Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import marimo
|
2 |
|
3 |
-
__generated_with = "0.10.
|
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-
|
113 |
```
|
114 |
- 命令行:
|
115 |
```bash
|
116 |
-
|
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 |
|