Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ def inference_image(img):
|
|
148 |
|
149 |
demo = gr.Interface(
|
150 |
fn = ultra_inference_video,
|
151 |
-
inputs =
|
152 |
outputs = "label",
|
153 |
|
154 |
)
|
|
|
148 |
|
149 |
demo = gr.Interface(
|
150 |
fn = ultra_inference_video,
|
151 |
+
inputs = "numpy",
|
152 |
outputs = "label",
|
153 |
|
154 |
)
|