FunAudioLLM / SenseVoice

Multilingual Voice Understanding Model
https://funaudiollm.github.io/
Other
2.61k stars 249 forks source link

运行web.py 访问7860无法正常访问 #115

Open firekirin67 opened 2 weeks ago

firekirin67 commented 2 weeks ago

运行代码如下: python3 webui.py

/usr/lib/python3/dist-packages/requests/init.py:87: RequestsDependencyWarning: urllib3 (2.2.2) or chardet (4.0.0) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported " funasr version: 1.1.6. Check update of funasr, and it would cost few times. You may disable it by set disable_update=True in AutoModel You are using the latest version of funasr-1.1.6 2024-08-26 07:38:42,854 - modelscope - WARNING - Using branch: master as version is unstable, use with caution Loading remote code successfully: model 2024-08-26 07:38:47,603 - modelscope - WARNING - Using branch: master as version is unstable, use with caution Running on local URL: http://127.0.0.1:7860

To create a public link, set share=True in launch().

端口也是处于监听的 netstat -aonp|grep 7860 tcp 0 0 127.0.0.1:7860 0.0.0.0:* LISTEN 6090/python3 off (0.00/0/0)

防火墙已关闭