Spaces:
Sleeping
Sleeping
Muhammad Haris
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ process_video = inference(model_path)
|
|
119 |
|
120 |
iface = gr.Interface(
|
121 |
fn=process_video,
|
122 |
-
inputs=gr.Video(),
|
123 |
outputs="video",
|
124 |
live=True,
|
125 |
)
|
|
|
119 |
|
120 |
iface = gr.Interface(
|
121 |
fn=process_video,
|
122 |
+
inputs=gr.Video(),
|
123 |
outputs="video",
|
124 |
live=True,
|
125 |
)
|