Divyasreepat commited on
Commit
58f204e
1 Parent(s): dc60d43

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: keras-hub
3
  ---
4
- ### Model Overview
5
  # Stable Diffusion 3 Medium
6
  ![demo](https://huggingface.co/stabilityai/stable-diffusion-3-medium/resolve/main/sd3demo.jpg)
7
 
@@ -28,7 +28,7 @@ Please note: this model is released under the Stability Community License. For E
28
  ### Model card
29
  https://huggingface.co/stabilityai/stable-diffusion-3-medium
30
 
31
- ### Example Usage
32
  ```python
33
  # Pretrained Stable Diffusion 3 model.
34
  model = keras_hub.models.StableDiffusion3Backbone.from_preset(
 
1
  ---
2
  library_name: keras-hub
3
  ---
4
+ ## Model Overview
5
  # Stable Diffusion 3 Medium
6
  ![demo](https://huggingface.co/stabilityai/stable-diffusion-3-medium/resolve/main/sd3demo.jpg)
7
 
 
28
  ### Model card
29
  https://huggingface.co/stabilityai/stable-diffusion-3-medium
30
 
31
+ ## Example Usage
32
  ```python
33
  # Pretrained Stable Diffusion 3 model.
34
  model = keras_hub.models.StableDiffusion3Backbone.from_preset(