Bwrite commited on
Commit
eba002b
·
verified ·
1 Parent(s): 85a3110

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -562,3 +562,5 @@ class BOUESTIChatbot:
562
  # Initialize and expose the chatbot interface for Hugging Face Spaces
563
  chatbot = BOUESTIChatbot()
564
  demo = chatbot.create_gradio_interface()
 
 
 
562
  # Initialize and expose the chatbot interface for Hugging Face Spaces
563
  chatbot = BOUESTIChatbot()
564
  demo = chatbot.create_gradio_interface()
565
+ demo.launch(debug=True, share=True)
566
+