mirror of
https://github.com/harry0703/MoneyPrinterTurbo.git
synced 2025-11-25 03:15:04 +08:00
8 lines
433 B
Bash
8 lines
433 B
Bash
# If you could not download the model from the official site, you can use the mirror site.
|
|
# Just remove the comment of the following line .
|
|
# 如果你无法从官方网站下载模型,你可以使用镜像网站。
|
|
# 只需要移除下面一行的注释即可。
|
|
|
|
# export HF_ENDPOINT=https://hf-mirror.com
|
|
|
|
streamlit run ./webui/Main.py --browser.serverAddress="0.0.0.0" --server.enableCORS=True --browser.gatherUsageStats=False |