HydroFlyer53 commited on
Commit
094c4c6
·
verified ·
1 Parent(s): 2869466

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,4 +24,4 @@ def chat_with_ai(message, history):
24
  demo = gr.ChatInterface(fn=chat_with_ai, type="messages")
25
 
26
  if __name__ == "__main__":
27
- demo.launch()
 
24
  demo = gr.ChatInterface(fn=chat_with_ai, type="messages")
25
 
26
  if __name__ == "__main__":
27
+ demo.launch(share=True, auth=("username", "password"))