rossarmstrong commited on
Commit
e324339
·
1 Parent(s): 93a7950

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -22,5 +22,4 @@ iface = gr.Interface(
22
  title = title,
23
  description = description
24
  )
25
- #iface.launch()
26
- iface.launch(share=True, inline=False, debug=True)
 
22
  title = title,
23
  description = description
24
  )
25
+ iface.launch()