johnowhitaker
commited on
Commit
•
433c3d2
1
Parent(s):
fb21251
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,20 @@
|
|
1 |
---
|
2 |
title: Color Guided Wikiart Diffusion
|
3 |
-
emoji:
|
4 |
colorFrom: yellow
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.12.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
1 |
---
|
2 |
title: Color Guided Wikiart Diffusion
|
3 |
+
emoji: 🌈
|
4 |
colorFrom: yellow
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.12.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 :)
|