HydroFlyer53 commited on
Commit
59b7ead
·
verified ·
1 Parent(s): 07bbaab

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(share=True)
 
24
  demo = gr.ChatInterface(fn=chat_with_ai, type="messages")
25
 
26
  if __name__ == "__main__":
27
+ demo.launch()