Tamqeen commited on
Commit
8d76f89
1 Parent(s): 94f4bc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -130,4 +130,5 @@ iface = gr.Interface(
130
  )
131
 
132
  # Launch the interface
133
- iface.launch()
 
 
130
  )
131
 
132
  # Launch the interface
133
+ # Launch the interface
134
+ iface.launch(share=True, debug=True)