Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ def infer(video_file):
|
|
119 |
|
120 |
gr.Interface(
|
121 |
fn=infer,
|
122 |
-
inputs=gr.Video(
|
123 |
outputs=gr.Label(num_top_classes=3),
|
124 |
examples=[
|
125 |
["examples/babycrawling.mp4"],
|
|
|
119 |
|
120 |
gr.Interface(
|
121 |
fn=infer,
|
122 |
+
inputs=gr.Video(),
|
123 |
outputs=gr.Label(num_top_classes=3),
|
124 |
examples=[
|
125 |
["examples/babycrawling.mp4"],
|