xiaoai001 commited on
Commit
b8a1385
·
1 Parent(s): b995b9d

disable share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,4 +39,4 @@ def predict(message, chatbot):
39
  pass
40
 
41
 
42
- gr.ChatInterface(predict, title=title, description=description, css=css).queue(concurrency_count=75).launch(share=True)
 
39
  pass
40
 
41
 
42
+ gr.ChatInterface(predict, title=title, description=description, css=css).queue(concurrency_count=75).launch()