Update app.py
Browse files
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 |
+
|