Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,6 @@ iface = gr.Interface(
|
|
79 |
inputs=gr.Video(
|
80 |
label="Upload Video",
|
81 |
format="mp4",
|
82 |
-
source="upload",
|
83 |
type="filepath"
|
84 |
),
|
85 |
outputs=gr.Textbox(label="Top 3 Predictions"),
|
|
|
79 |
inputs=gr.Video(
|
80 |
label="Upload Video",
|
81 |
format="mp4",
|
|
|
82 |
type="filepath"
|
83 |
),
|
84 |
outputs=gr.Textbox(label="Top 3 Predictions"),
|