Tonic commited on
Commit
6a17d45
·
1 Parent(s): 51df2de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,6 +165,6 @@ if __name__ == "__main__":
165
  description="Enter your message and get a response.",
166
  )
167
 
168
- demo.launch(share=True, server_name="0.0.0.0", server_port=8765)
169
 
170
  asyncio.run(start_websocket_server())
 
165
  description="Enter your message and get a response.",
166
  )
167
 
168
+ demo.launch(server_name="0.0.0.0", server_port=8765)
169
 
170
  asyncio.run(start_websocket_server())