rahul7star commited on
Commit
49f54c4
·
verified ·
1 Parent(s): bf3145e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ with gr.Blocks(title="FastVLM Image Captioning") as demo:
146
  output = gr.Textbox(
147
  label="Generated Caption",
148
  lines=8,
149
- max_lines=35,
150
  show_copy_button=True
151
  )
152
 
 
146
  output = gr.Textbox(
147
  label="Generated Caption",
148
  lines=8,
149
+ max_lines=100,
150
  show_copy_button=True
151
  )
152