Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,16 @@
|
|
1 |
---
|
2 |
-
title: SDXL
|
3 |
emoji: 🌍
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.
|
8 |
app_file: app.py
|
9 |
license: mit
|
10 |
pinned: false
|
11 |
-
|
12 |
-
short_description: text-to-image
|
13 |
---
|
14 |
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
16 |
|
17 |
-
https://arxiv.org/abs/2307.01952
|
|
|
1 |
---
|
2 |
+
title: SDXL Pixelart
|
3 |
emoji: 🌍
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: gray
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.39.0
|
8 |
app_file: app.py
|
9 |
license: mit
|
10 |
pinned: false
|
11 |
+
short_description: Generate pixelart image from SDXL
|
|
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
15 |
|
16 |
+
https://arxiv.org/abs/2307.01952
|