migueldeguzmandev commited on
Commit
317632f
·
verified ·
1 Parent(s): da8219e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -57,4 +57,5 @@ interface = gr.Interface(
57
  examples=examples,
58
  )
59
 
60
- # Launch the interface wit
 
 
57
  examples=examples,
58
  )
59
 
60
+ # Launch the interface wit
61
+ interface.launch()