konerusudhir commited on
Commit
1fb9897
·
1 Parent(s): e9f77cf

Removed sharing of Gradio app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,6 +226,6 @@ gr.Interface(
226
  theme = theme,
227
  interpretation = interpretation,
228
  description = description
229
- ).launch(share=True, debug=True)
230
 
231
  clean_directories()
 
226
  theme = theme,
227
  interpretation = interpretation,
228
  description = description
229
+ ).launch(debug=True)
230
 
231
  clean_directories()