pradyML commited on
Commit
40e8117
·
1 Parent(s): cdf0a97
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -86,5 +86,6 @@ iface = gr.Interface(
86
  theme="huggingface"
87
  )
88
 
89
- iface.launch()
 
90
 
 
86
  theme="huggingface"
87
  )
88
 
89
+ iface.launch(share=True, debug=True)
90
+
91