Update README.md
Browse files
README.md
CHANGED
|
@@ -1,20 +1,20 @@
|
|
| 1 |
---
|
| 2 |
title: Color Guided Wikiart Diffusion
|
| 3 |
-
emoji: 🌈
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
tags:
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
---
|
| 17 |
|
| 18 |
Gradio demo for color-guided diffusion as shown in [Unit 2 of the Diffusion Models Class](https://github.com/huggingface/diffusion-models-class/tree/main/unit2)
|
| 19 |
|
| 20 |
-
Duplicate this space and add your own description here :)
|
|
|
|
| 1 |
---
|
| 2 |
title: Color Guided Wikiart Diffusion
|
| 3 |
+
emoji: 🌈
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.1.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
tags:
|
| 12 |
+
- pytorch
|
| 13 |
+
- diffusers
|
| 14 |
+
- unconditional-image-generation
|
| 15 |
+
- diffusion-models-class
|
| 16 |
---
|
| 17 |
|
| 18 |
Gradio demo for color-guided diffusion as shown in [Unit 2 of the Diffusion Models Class](https://github.com/huggingface/diffusion-models-class/tree/main/unit2)
|
| 19 |
|
| 20 |
+
Duplicate this space and add your own description here :)
|