minhdang commited on
Commit
d4218c2
·
verified ·
1 Parent(s): a1408b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -148,8 +148,8 @@ def inference_image(img):
148
 
149
  demo = gr.Interface(
150
  fn = ultra_inference_video,
151
- inputs = gr.Video()
152
- outputs = "label"
153
 
154
  )
155
  # demo = gr.Blocks()
 
148
 
149
  demo = gr.Interface(
150
  fn = ultra_inference_video,
151
+ inputs = gr.Video(),
152
+ outputs = "label",
153
 
154
  )
155
  # demo = gr.Blocks()