fuliai commited on
Commit
3080455
·
verified ·
1 Parent(s): 8beb2e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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