ehristoforu commited on
Commit
5834911
1 Parent(s): 8b6b591

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Stable Diffusion V2-1
3
  emoji: 🔥
4
  colorFrom: gray
5
  colorTo: yellow
@@ -7,7 +7,9 @@ sdk: gradio
7
  sdk_version: 3.20.0
8
  app_file: app.py
9
  pinned: true
10
- models: [stabilityai/stable-diffusion-2, CompVis/stable-diffusion-v1-4]
 
 
11
  disable_embedding: true
12
  license: mit
13
  ---
 
1
  ---
2
+ title: Stable Diffusion 2-1
3
  emoji: 🔥
4
  colorFrom: gray
5
  colorTo: yellow
 
7
  sdk_version: 3.20.0
8
  app_file: app.py
9
  pinned: true
10
+ models:
11
+ - stabilityai/stable-diffusion-2
12
+ - CompVis/stable-diffusion-v1-4
13
  disable_embedding: true
14
  license: mit
15
  ---