Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
e59bd75
1
Parent(s):
92cafd3
Update app.py
Browse files
app.py
CHANGED
|
@@ -593,7 +593,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
|
|
| 593 |
show_download_button=False
|
| 594 |
)
|
| 595 |
locals()[f"caption_{i}"] = gr.Textbox(
|
| 596 |
-
label=f"Caption {i}", scale=15
|
| 597 |
)
|
| 598 |
|
| 599 |
output_components.append(locals()[f"captioning_row_{i}"])
|
|
|
|
| 593 |
show_download_button=False
|
| 594 |
)
|
| 595 |
locals()[f"caption_{i}"] = gr.Textbox(
|
| 596 |
+
label=f"Caption {i}", scale=15, interactive=True
|
| 597 |
)
|
| 598 |
|
| 599 |
output_components.append(locals()[f"captioning_row_{i}"])
|