fish-speech
fish-speech copied to clipboard
python -m tools.run_webui
Self Checks
- [X] This template is only for bug reports. For questions, please visit Discussions.
- [X] I have thoroughly reviewed the project documentation (installation, training, inference) but couldn't find information to solve my problem. English 中文 日本語 Portuguese (Brazil)
- [X] I have searched for existing issues, including closed ones. Search issues
- [X] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
- [X] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
- [X] Please do not modify this template and fill in all required fields.
Cloud or Self Hosted
Self Hosted (Source)
Environment Details
None
Steps to Reproduce
tools.run_webui.py line106
please change app.launch(show_api=True)
to app.launch(server_name="0.0.0.0", show_api=True)
, in order to allow remote access by the host address.
✔️ Expected Behavior
No response
❌ Actual Behavior
No response