IBHS commited on
Commit
2024a19
·
verified ·
1 Parent(s): df974d3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -170,4 +170,4 @@ with gr.Blocks() as demo:
170
  send.click(user, [msg, chatbot], [msg, chatbot], queue=False).then(bot, chatbot, chatbot)
171
 
172
  if __name__ == "__main__":
173
- demo.launch(share=True)
 
170
  send.click(user, [msg, chatbot], [msg, chatbot], queue=False).then(bot, chatbot, chatbot)
171
 
172
  if __name__ == "__main__":
173
+ demo.launch()