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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -74,7 +74,7 @@ def _():
74
  ```
75
  - 命令行:
76
  ```bash
77
- pip install marimo -i https://mirrors.cloud.tencent.com/pypi/simple && python apps/sd-webui-forge-ics.py
78
  ```
79
  - 如何启动程序
80
 
@@ -109,7 +109,7 @@ def _():
109
  - 如何 `一键安装`:
110
  - 图形界面方法:请查看[视频教程](https://www.bilibili.com/video/BV1aUrXYLEB4/):
111
  ```bash
112
- deactivate && apt-get update && apt-get install -y curl; bash -c "$(curl -fsSL https://gitee.com/fuliai/ai2u/raw/main/ai2u.sh)" - latent-sync-ics
113
  ```
114
  - 命令行:
115
  ```bash
 
74
  ```
75
  - 命令行:
76
  ```bash
77
+ cd /workspace && deactivate && apt-get update && apt-get install -y curl; bash -c "$(curl -fsSL https://gitee.com/fuliai/ai2u/raw/main/ai2u.sh)" - cli sd-webui-forge-ics
78
  ```
79
  - 如何启动程序
80
 
 
109
  - 如何 `一键安装`:
110
  - 图形界面方法:请查看[视频教程](https://www.bilibili.com/video/BV1aUrXYLEB4/):
111
  ```bash
112
+ cd /workspace && deactivate && apt-get update && apt-get install -y curl; bash -c "$(curl -fsSL https://gitee.com/fuliai/ai2u/raw/main/ai2u.sh)" - latent-sync-ics
113
  ```
114
  - 命令行:
115
  ```bash