Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def _():
|
|
113 |
```
|
114 |
- 命令行:
|
115 |
```bash
|
116 |
-
deactivate && apt-get update && apt-get install -y curl; bash -c "$(curl -fsSL https://gitee.com/fuliai/ai2u/raw/main/ai2u.sh)" - cli latent-sync-ics
|
117 |
```
|
118 |
- 如何启动程序
|
119 |
|
|
|
113 |
```
|
114 |
- 命令行:
|
115 |
```bash
|
116 |
+
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 latent-sync-ics
|
117 |
```
|
118 |
- 如何启动程序
|
119 |
|