ethensanchez commited on
Commit
99e8567
1 Parent(s): 70946b2

updating app

Browse files

Share=true is disabled on hugging face. Must run locally.

Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
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()