Spaces:
Sleeping
Sleeping
ethensanchez
commited on
Commit
•
99e8567
1
Parent(s):
70946b2
updating app
Browse filesShare=true is disabled on hugging face. Must run locally.
app.py
CHANGED
@@ -88,4 +88,4 @@ def get_chatbot_app():
|
|
88 |
# Call the launch_chatbot function to start the chatbot interface using Gradio
|
89 |
app = get_chatbot_app()
|
90 |
app.queue() # this is to be able to queue multiple requests at once
|
91 |
-
app.launch(
|
|
|
88 |
# Call the launch_chatbot function to start the chatbot interface using Gradio
|
89 |
app = get_chatbot_app()
|
90 |
app.queue() # this is to be able to queue multiple requests at once
|
91 |
+
app.launch()
|