Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -317,7 +317,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
317 |
image_submit = gr.Button("Submit", elem_classes="submit-btn")
|
318 |
gr.Examples(
|
319 |
examples=image_examples,
|
320 |
-
inputs=[image_query, image_upload
|
321 |
)
|
322 |
with gr.TabItem("Video Inference"):
|
323 |
video_query = gr.Textbox(label="Query Input", placeholder="Enter your query here...")
|
|
|
317 |
image_submit = gr.Button("Submit", elem_classes="submit-btn")
|
318 |
gr.Examples(
|
319 |
examples=image_examples,
|
320 |
+
inputs=[image_query, image_upload]
|
321 |
)
|
322 |
with gr.TabItem("Video Inference"):
|
323 |
video_query = gr.Textbox(label="Query Input", placeholder="Enter your query here...")
|