netease-youdao / EmotiVoice

EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine
Apache License 2.0
7.3k stars 624 forks source link

项目部署到云服务器后,本机无法打开web页面 #61

Open ForgetThatNight opened 10 months ago

ForgetThatNight commented 10 months ago

streamlit run demo_page.py --server.port 17865

You can now view your Streamlit app in your browser.

Network URL: http://192.168.0.173:17865 External URL: http://119.3.147.8:17865

本机用Telnet命令是能够监听到此端口,就是打不开streamlit 的网页是怎么回事

syq163 commented 10 months ago

Do you mean that you were able to view your Streamlit app on your local browser, but encountered issues when trying to do so on another PC?

ForgetThatNight commented 10 months ago

Do you mean that you were able to view your Streamlit app on your local browser, but encountered issues when trying to do so on another PC?

是的,已经用gradio重新写了一个解决了

friendmine commented 10 months ago

try streamlit run demo_page.py --server.port 17865 --server.address 0.0.0.0