Gradio API mismatch
Browse files
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)"
|
| 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)"),
|