Spaces:
Running
on
Zero
Running
on
Zero
update readme
Browse files
README.md
CHANGED
@@ -7,6 +7,12 @@ sdk: gradio
|
|
7 |
sdk_version: 4.36.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
sdk_version: 4.36.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
models:
|
11 |
+
- lllyasviel/control_v11p_sd15_lineart
|
12 |
+
- runwayml/stable-diffusion-v1-5
|
13 |
+
- lllyasviel/Annotators
|
14 |
+
- lllyasviel/control_v11p_sd15_canny
|
15 |
+
- runwayml/stable-diffusion-v1-5
|
16 |
---
|
17 |
|
18 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|