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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import marimo
2
 
3
- __generated_with = "0.10.9"
4
  app = marimo.App()
5
 
6
 
@@ -109,11 +109,11 @@ 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-sycn-ics
113
  ```
114
  - 命令行:
115
  ```bash
116
- pip install marimo -i https://mirrors.cloud.tencent.com/pypi/simple && python apps/sd-webui-forge-ics.py
117
  ```
118
  - 如何启动程序
119
 
 
1
  import marimo
2
 
3
+ __generated_with = "0.10.12"
4
  app = marimo.App()
5
 
6
 
 
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
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