Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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)
|