Aymeric Roucher commited on
Commit
271f204
·
1 Parent(s): e64c2ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def gradio_interface():
35
  return '', chat_history
36
 
37
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
38
- demo.launch(share=True)
39
 
40
 
41
  def discord_bot_inference_thread():
 
35
  return '', chat_history
36
 
37
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
38
+ demo.launch(share=False)
39
 
40
 
41
  def discord_bot_inference_thread():