fuliai commited on
Commit
4179cbb
·
verified ·
1 Parent(s): 3080455

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -124,9 +124,9 @@ def _():
124
  source .venv/bin/activate
125
  cd LatentSync
126
  export HF_ENDPOINT=https://hf-mirror.com
127
- python gradio_app.py --port 8000
128
  ```
129
- ksa连接后在浏览器中使用 10.0.0.1:8000 打开ai程序
130
 
131
  - 方式二:图形界面启动程序:
132
  ```bash
 
124
  source .venv/bin/activate
125
  cd LatentSync
126
  export HF_ENDPOINT=https://hf-mirror.com
127
+ python gradio_app.py
128
  ```
129
+ ksa连接后在浏览器中使用 10.0.0.1:7860 打开ai程序
130
 
131
  - 方式二:图形界面启动程序:
132
  ```bash