Spaces:
Sleeping
Sleeping
Moibe
commited on
Commit
•
70e42ce
1
Parent(s):
f4ea824
Gr.Show
Browse files
app.py
CHANGED
@@ -9,4 +9,5 @@ def greet(input_video):
|
|
9 |
return input_video
|
10 |
|
11 |
iface = gr.Interface(greet, gr.Video(height=200, width=200), "video")
|
|
|
12 |
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()
|