prithivMLmods commited on
Commit
0c22ab6
·
verified ·
1 Parent(s): 29d805e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, model_choice]
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...")