John Guerrerio commited on
Commit
5f0eb84
1 Parent(s): 4e4e1e5

removed share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,4 +110,4 @@ demo = gr.Interface(
110
  theme=gr.themes.Soft()
111
  )
112
 
113
- demo.launch(debug=True, share=True)
 
110
  theme=gr.themes.Soft()
111
  )
112
 
113
+ demo.launch(debug=True)