mginoben commited on
Commit
b862f6c
1 Parent(s): 9cb3eae

Made application public

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,4 +157,4 @@ demo = gr.Interface(
157
  flagging_options=['Good bot', 'Bad bot']
158
  )
159
 
160
- demo.launch(share=True)
 
157
  flagging_options=['Good bot', 'Bad bot']
158
  )
159
 
160
+ demo.launch()