Zimix commited on
Commit
a578ab1
1 Parent(s): c8bec46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ mind_bot = MindBot(
25
  # host = socket.gethostbyname(socket.gethostname())
26
  # print(f'demo run on {host}')
27
  demo = mind_bot.new_chat_bot()
28
- demo.launch(share=True)
29
 
30
  # app = gr.mount_gradio_app(app, demo, path=CUSTOM_PATH)
31
  # uvicorn.run(app, host='192.168.81.9', port=7880)
 
25
  # host = socket.gethostbyname(socket.gethostname())
26
  # print(f'demo run on {host}')
27
  demo = mind_bot.new_chat_bot()
28
+ demo.launch()
29
 
30
  # app = gr.mount_gradio_app(app, demo, path=CUSTOM_PATH)
31
  # uvicorn.run(app, host='192.168.81.9', port=7880)