Spaces:
Running
Running
Update app.py
Browse files
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=
|
| 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 |
|