Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
firekirin67 opened this issue Aug 26, 2024 · 2 comments
Open

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

firekirin67 opened this issue Aug 26, 2024 · 2 comments
Labels
question Further information is requested

Comments

@firekirin67
Copy link

运行代码如下:
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)

防火墙已关闭

@firekirin67 firekirin67 added the question Further information is requested label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants
@firekirin67 and others