Moibe commited on
Commit
70e42ce
1 Parent(s): f4ea824
Files changed (1) hide show
  1. app.py +1 -0
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()