gbsim commited on
Commit
7eec99c
·
1 Parent(s): fc181fa
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,4 +5,4 @@ def test(vid):
5
 
6
 
7
  iface = gr.Interface(fn=test, inputs='video', outputs='video')
8
- iface.lauch(share=True)
 
5
 
6
 
7
  iface = gr.Interface(fn=test, inputs='video', outputs='video')
8
+ iface.launch(share=True)