AllenYkl commited on
Commit
4c1fb2a
·
1 Parent(s): a09f28d

Update bin_public/app/Chatbot.py

Browse files
Files changed (1) hide show
  1. bin_public/app/Chatbot.py +1 -0
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