RadoslavaS commited on
Commit
7ae4c49
1 Parent(s): c7ef035
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,7 +70,7 @@ def picabot(message, history):
70
 
71
  # wait 1/2 second before replying
72
  time.sleep(0.5)
73
- return chatbot_reply + history
74
 
75
 
76
  demo = gr.ChatInterface(
@@ -88,4 +88,4 @@ demo = gr.ChatInterface(
88
  clear_btn="Clear chat",
89
  )
90
 
91
- demo.launch(share=True)
 
70
 
71
  # wait 1/2 second before replying
72
  time.sleep(0.5)
73
+ return chatbot_reply
74
 
75
 
76
  demo = gr.ChatInterface(
 
88
  clear_btn="Clear chat",
89
  )
90
 
91
+ demo.launch(share=False) # True for sharing of url: does not work on my PC nor HuggingFace