Spaces:
Running
Running
Update app.py
Browse files
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"
|
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"),
|