Eric Michael Martinez commited on
Commit
9e92e4d
·
1 Parent(s): 3c41053
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,4 +96,4 @@ def launch_chatbot(additional_examples=[], share=False):
96
 
97
  # Call the launch_chatbot function to start the chatbot interface using Gradio
98
  # Set the share parameter to False, meaning the interface will not be publicly accessible
99
- launch_chatbot(share=False)
 
96
 
97
  # Call the launch_chatbot function to start the chatbot interface using Gradio
98
  # Set the share parameter to False, meaning the interface will not be publicly accessible
99
+ launch_chatbot(share=True)