mbarnig commited on
Commit
5e9b63d
·
1 Parent(s): 28ac2d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -24,4 +24,5 @@ demo = gr.Interface(
24
  fn=create,
25
  inputs=myInput,
26
  outputs=myOutput
27
- )
 
 
24
  fn=create,
25
  inputs=myInput,
26
  outputs=myOutput
27
+ )
28
+ demo-launch()