ManishThota commited on
Commit
1f932c1
1 Parent(s): 986cbd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ with gr.Blocks(css = css) as app:
196
 
197
  gr.Examples(
198
  examples=test_examples,
199
- inputs=[image, video, question],
200
  outputs=[answer],
201
  fn=gradio_predict,
202
  cache_examples=True,
 
196
 
197
  gr.Examples(
198
  examples=test_examples,
199
+ inputs=[video,image, question],
200
  outputs=[answer],
201
  fn=gradio_predict,
202
  cache_examples=True,