johnowhitaker commited on
Commit
433c3d2
β€’
1 Parent(s): fb21251

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
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: apache-2.0
 
 
 
 
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
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 :)