Update app.py
Browse files
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()
|