Spaces:
Sleeping
Sleeping
Muhammad Haris
commited on
Commit
•
e8660cb
1
Parent(s):
bde74e3
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ process_video = inference(model_path)
|
|
91 |
|
92 |
iface = gr.Interface(
|
93 |
fn=process_video,
|
94 |
-
inputs=gr.inputs.Video(
|
95 |
outputs="video",
|
96 |
live=True,
|
97 |
capture_session=True # Ensures the video stream is captured properly
|
|
|
91 |
|
92 |
iface = gr.Interface(
|
93 |
fn=process_video,
|
94 |
+
inputs=gr.inputs.Video(),
|
95 |
outputs="video",
|
96 |
live=True,
|
97 |
capture_session=True # Ensures the video stream is captured properly
|