Spaces:
Sleeping
Sleeping
Moibe
commited on
Commit
•
1d9da87
1
Parent(s):
70e42ce
Remove gr.show
Browse files
app.py
CHANGED
@@ -9,5 +9,5 @@ def greet(input_video):
|
|
9 |
return input_video
|
10 |
|
11 |
iface = gr.Interface(greet, gr.Video(height=200, width=200), "video")
|
12 |
-
gr.show()
|
13 |
iface.launch()
|
|
|
9 |
return input_video
|
10 |
|
11 |
iface = gr.Interface(greet, gr.Video(height=200, width=200), "video")
|
12 |
+
#gr.show()
|
13 |
iface.launch()
|