Commit
·
eca6068
1
Parent(s):
4c30b0c
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def process_video(video):
|
|
45 |
iface = gr.Interface(
|
46 |
fn=process_video,
|
47 |
inputs=gr.inputs.Video(label="Votre Vidéo"),
|
48 |
-
outputs="
|
49 |
live=True
|
50 |
)
|
51 |
|
|
|
45 |
iface = gr.Interface(
|
46 |
fn=process_video,
|
47 |
inputs=gr.inputs.Video(label="Votre Vidéo"),
|
48 |
+
outputs="text",
|
49 |
live=True
|
50 |
)
|
51 |
|