PitterTMYT commited on
Commit
aedb111
·
verified ·
1 Parent(s): d94fe02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,4 +86,4 @@ iface = gr.Interface(
86
  )
87
 
88
  if __name__ == "__main__":
89
- iface.launch()
 
86
  )
87
 
88
  if __name__ == "__main__":
89
+ iface.launch(share=True, debug=True)