Spaces:
Running
on
Zero
Running
on
Zero
amirgame197
commited on
Commit
•
9444948
1
Parent(s):
e50e349
Update app.py
Browse files
app.py
CHANGED
@@ -35,5 +35,5 @@ def doo(video):
|
|
35 |
def display_video(output_video):
|
36 |
return output_video
|
37 |
|
38 |
-
iface = gr.Interface(fn=doo, inputs="video", outputs=
|
39 |
iface.launch()
|
|
|
35 |
def display_video(output_video):
|
36 |
return output_video
|
37 |
|
38 |
+
iface = gr.Interface(fn=doo, inputs="video", outputs="video")
|
39 |
iface.launch()
|