2024-07-24 11:40:35 +08:00
2024-07-24 11:40:07 +08:00
2023-04-11 12:05:10 +08:00
2023-10-10 10:27:30 +08:00
2024-07-24 11:40:35 +08:00
2024-07-24 11:39:27 +08:00

欢迎来到 Cloud Studio

当前模板包含最简单的Hello World以及运行指令的Python示例代码仓库

“运行”按钮怎么使用

点击运行按钮会自动运行,是因为有 .vscode/preview.yml 文件存在。

该文件的格式说明如下:

# .vscode/preview.yml
autoOpen: false
apps:
  - port: 5000
    run: 'pip install -i https://mirrors.tencent.com/pypi/simple/ -r ./requirements.txt && python ./app.py'
    root: ./web
    name: Python Cloud Studio Demo
    description: Python Cloud Studio Demo Project
    autoOpen: true

Description
Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures.
Readme Apache-2.0 24 MiB
Languages
Python 87.7%
TypeScript 11.9%