Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ video_out_file = os.path.join(samples_folder,'detected' + '.mp4')
|
|
196 |
stt_demo = gr.Interface(
|
197 |
fn=detect_video,
|
198 |
inputs=gr.Video(),
|
199 |
-
outputs=gr.Video(label="Detected Video"),
|
200 |
examples=[
|
201 |
[a],
|
202 |
[b],
|
|
|
196 |
stt_demo = gr.Interface(
|
197 |
fn=detect_video,
|
198 |
inputs=gr.Video(),
|
199 |
+
outputs=gr.Video(type="mp4",label="Detected Video"),
|
200 |
examples=[
|
201 |
[a],
|
202 |
[b],
|