Spaces:
Runtime error
Runtime error
silveroxides
commited on
Commit
•
c09d408
1
Parent(s):
5a5dece
Update app.py
Browse files
app.py
CHANGED
@@ -273,7 +273,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
273 |
)
|
274 |
with gr.Tab(label="Batch Image"):
|
275 |
with gr.Group():
|
276 |
-
batch_images = gr.
|
277 |
with gr.Tabs():
|
278 |
with gr.Tab(label="Image Captioning"):
|
279 |
batch_caption_button = gr.Button("Caption it!")
|
|
|
273 |
)
|
274 |
with gr.Tab(label="Batch Image"):
|
275 |
with gr.Group():
|
276 |
+
batch_images = gr.Files(label="Batch Process", interactive=True, elem_id="extras_image_batch")
|
277 |
with gr.Tabs():
|
278 |
with gr.Tab(label="Image Captioning"):
|
279 |
batch_caption_button = gr.Button("Caption it!")
|