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

Update app.py

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