ihsanvp commited on
Commit
3f9f15f
·
1 Parent(s): 2c1f0c3

fix: interface not launching

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ gr.Interface(
10
  fn=generate,
11
  inputs="text",
12
  outputs=gr.Video()
13
- )
 
10
  fn=generate,
11
  inputs="text",
12
  outputs=gr.Video()
13
+ ).launch()