nishanth-saka commited on
Commit
1f97956
·
verified ·
1 Parent(s): 25f31d2

Gradio API mismatch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ example_video = "assets/examples/sample1.mp4" if os.path.exists("assets/examples
186
 
187
  demo = gr.Interface(
188
  fn=run_app,
189
- inputs=gr.Video(label="Upload or use sample video (.mp4)", type="filepath"),
190
  outputs=[
191
  gr.Video(label="Tracked Output"),
192
  gr.JSON(label="Vehicle Trajectories (Preview)"),
 
186
 
187
  demo = gr.Interface(
188
  fn=run_app,
189
+ inputs=gr.Video(label="Upload or use sample video (.mp4)"),
190
  outputs=[
191
  gr.Video(label="Tracked Output"),
192
  gr.JSON(label="Vehicle Trajectories (Preview)"),