Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def _():
|
|
68 |
- 如何 `一键安装`:
|
69 |
- 图形界面方法:请查看 `视频教程`:
|
70 |
```bash
|
71 |
-
deactivate && apt-get install -y curl; bash -c "$(curl -fsSL https://gitee.com/fuliai/ai2u/raw/main/ai2u.sh)" - sd-webui-forge-ics
|
72 |
```
|
73 |
- 命令行:
|
74 |
```bash
|
|
|
68 |
- 如何 `一键安装`:
|
69 |
- 图形界面方法:请查看 `视频教程`:
|
70 |
```bash
|
71 |
+
deactivate && apt-get update && apt-get install -y curl; bash -c "$(curl -fsSL https://gitee.com/fuliai/ai2u/raw/main/ai2u.sh)" - sd-webui-forge-ics
|
72 |
```
|
73 |
- 命令行:
|
74 |
```bash
|