Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ def infer(video_file):
119
 
120
  gr.Interface(
121
  fn=infer,
122
- inputs=gr.Video(type="file"),
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"],