nouamanetazi HF staff commited on
Commit
4dc11cd
1 Parent(s): 9cbd55d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ examples = [
75
  ]
76
 
77
  gr.Interface(inference,
78
- inputs = [gr.inputs.Video(type="mp4", source="upload"), "text"],
79
  outputs=["label"],
80
  title=title,
81
  description=description,
 
75
  ]
76
 
77
  gr.Interface(inference,
78
+ inputs = [gr.inputs.Video(type="avi", source="upload"), "text"],
79
  outputs=["label"],
80
  title=title,
81
  description=description,