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

Update app.py

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