varma123 commited on
Commit
a3c4c44
·
verified ·
1 Parent(s): f56b8cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def predict_video(input_video):
93
  interface = gr.Interface(
94
  fn=predict_video,
95
  inputs=[
96
- gr.Video(label="Input Video", type="mp4")
97
  ],
98
  outputs=[
99
  gr.outputs.Label(label="Class"),
 
93
  interface = gr.Interface(
94
  fn=predict_video,
95
  inputs=[
96
+ gr.Video(label="Input Video")
97
  ],
98
  outputs=[
99
  gr.outputs.Label(label="Class"),