Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ import torch
|
|
3 |
|
4 |
models =["CompVis/stable-diffusion-v1-4", "runwayml/stable-diffusion-v1-5", "stabilityai/stable-diffusion-2-1", "stabilityai/stable-diffusion-2-1-base"]
|
5 |
|
6 |
-
title="Text to Image with Stable Diffusion 2.1
|
7 |
-
description="Input
|
8 |
examples=[
|
9 |
["Once upon a time, Dr. Woo was walking his dog in a park. His dog was a poodle."],
|
10 |
["Zoe Kwan is a 20-year old singer and songwriter who has taken Hong Kong’s music scene by storm."],
|
|
|
3 |
|
4 |
models =["CompVis/stable-diffusion-v1-4", "runwayml/stable-diffusion-v1-5", "stabilityai/stable-diffusion-2-1", "stabilityai/stable-diffusion-2-1-base"]
|
5 |
|
6 |
+
title="Text to Image with Stable Diffusion 2.1"
|
7 |
+
description="Input your sentence(s), submit and the computer will create a picture. To create a better picture, try adding more details."
|
8 |
examples=[
|
9 |
["Once upon a time, Dr. Woo was walking his dog in a park. His dog was a poodle."],
|
10 |
["Zoe Kwan is a 20-year old singer and songwriter who has taken Hong Kong’s music scene by storm."],
|