Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ style_list = [
|
|
| 26 |
"prompt": "hyper-realistic 4K image of {prompt}. ultra-detailed, lifelike, high-resolution, sharp, vibrant colors, photorealistic",
|
| 27 |
},
|
| 28 |
{
|
| 29 |
-
"name": "HD
|
| 30 |
"prompt": "hyper-realistic 2K image of {prompt}. ultra-detailed, lifelike, high-resolution, sharp, vibrant colors, photorealistic",
|
| 31 |
},
|
| 32 |
{
|
|
@@ -74,7 +74,7 @@ style_list = [
|
|
| 74 |
css="""
|
| 75 |
#col-container {
|
| 76 |
margin: 0 auto;
|
| 77 |
-
max-width:
|
| 78 |
}
|
| 79 |
"""
|
| 80 |
|
|
@@ -134,9 +134,7 @@ examples = [
|
|
| 134 |
"chocolate dripping from a donut a yellow background",
|
| 135 |
"cold coffee in a cup bokeh --ar 85:128 --style",
|
| 136 |
"an anime illustration of a wiener schnitzel",
|
| 137 |
-
"a delicious ceviche cheesecake slice, ultra-hd+",
|
| 138 |
-
"illustration starry night camp in the mountain",
|
| 139 |
-
|
| 140 |
]
|
| 141 |
|
| 142 |
def load_predefined_images1():
|
|
|
|
| 26 |
"prompt": "hyper-realistic 4K image of {prompt}. ultra-detailed, lifelike, high-resolution, sharp, vibrant colors, photorealistic",
|
| 27 |
},
|
| 28 |
{
|
| 29 |
+
"name": "HD",
|
| 30 |
"prompt": "hyper-realistic 2K image of {prompt}. ultra-detailed, lifelike, high-resolution, sharp, vibrant colors, photorealistic",
|
| 31 |
},
|
| 32 |
{
|
|
|
|
| 74 |
css="""
|
| 75 |
#col-container {
|
| 76 |
margin: 0 auto;
|
| 77 |
+
max-width: 530px;
|
| 78 |
}
|
| 79 |
"""
|
| 80 |
|
|
|
|
| 134 |
"chocolate dripping from a donut a yellow background",
|
| 135 |
"cold coffee in a cup bokeh --ar 85:128 --style",
|
| 136 |
"an anime illustration of a wiener schnitzel",
|
| 137 |
+
"a delicious ceviche cheesecake slice, ultra-hd+",
|
|
|
|
|
|
|
| 138 |
]
|
| 139 |
|
| 140 |
def load_predefined_images1():
|