Spaces:
Running
Running
Update bin_public/app/Chatbot.py
Browse files
bin_public/app/Chatbot.py
CHANGED
@@ -407,6 +407,7 @@ with gr.Blocks(css=customCSS) as demo:
|
|
407 |
[davinci_output], show_progress=True)
|
408 |
|
409 |
logging.info("\n访问 http://localhost:7860 查看界面")
|
|
|
410 |
# 默认开启本地服务器,默认可以直接从IP访问,默认不创建公开分享链接
|
411 |
demo.title = "ChatGPT-长江商学院 🚀"
|
412 |
|
|
|
407 |
[davinci_output], show_progress=True)
|
408 |
|
409 |
logging.info("\n访问 http://localhost:7860 查看界面")
|
410 |
+
logging.info(os.environ)
|
411 |
# 默认开启本地服务器,默认可以直接从IP访问,默认不创建公开分享链接
|
412 |
demo.title = "ChatGPT-长江商学院 🚀"
|
413 |
|