Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -349,7 +349,6 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
| 349 |
)
|
| 350 |
with gr.Group(visible=True) as image_upload:
|
| 351 |
with gr.Row():
|
| 352 |
-
gr.Markdown("Upload your images to caption them in the UI (if you already have a dataset with .txt captions, upload them together)")
|
| 353 |
images = gr.File(
|
| 354 |
file_types=["image", ".txt"],
|
| 355 |
label="Upload your images",
|
|
|
|
| 349 |
)
|
| 350 |
with gr.Group(visible=True) as image_upload:
|
| 351 |
with gr.Row():
|
|
|
|
| 352 |
images = gr.File(
|
| 353 |
file_types=["image", ".txt"],
|
| 354 |
label="Upload your images",
|