MWilinski commited on
Commit
2251e89
1 Parent(s): fbcc986
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def gradio_interface():
33
  return '', chat_history
34
 
35
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
36
- demo.launch(share=True)
37
 
38
 
39
  def discord_bot_inference_thread():
 
33
  return '', chat_history
34
 
35
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
36
+ demo.launch()
37
 
38
 
39
  def discord_bot_inference_thread():