mojaalagevai commited on
Commit
72fa1c4
·
verified ·
1 Parent(s): acd04e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ demo = gr.ChatInterface(
238
  # Launch the chat interface
239
  if __name__ == "__main__":
240
  demo.launch(
241
- share=Trues,
242
  server_name="0.0.0.0",
243
  server_port=7860,
244
  show_api=True,
 
238
  # Launch the chat interface
239
  if __name__ == "__main__":
240
  demo.launch(
241
+ share=True,
242
  server_name="0.0.0.0",
243
  server_port=7860,
244
  show_api=True,