Spaces:
Runtime error
Runtime error
gokaygokay
commited on
Commit
•
1324d50
1
Parent(s):
536f25b
Update app.py
Browse files
app.py
CHANGED
@@ -153,9 +153,6 @@ iface = gr.Interface(
|
|
153 |
description="Generate high-resolution images using UltraPixel model.",
|
154 |
theme='bethecloud/storj_theme',
|
155 |
examples=[
|
156 |
-
["A close-up of a blooming peony, with layers of soft, pink petals, a delicate fragrance, and dewdrops glistening in the early morning light.", 1024, 1024, 42, 1],
|
157 |
-
["A detailed view of a blooming magnolia tree, with large, white flowers and dark green leaves, set against a clear blue sky.", 1024, 1024, 42, 1],
|
158 |
-
["A close-up portrait of a young woman with flawless skin, vibrant red lipstick, and wavy brown hair, wearing a vintage floral dress and standing in front of a blooming garden.", 1024, 1024, 42, 1],
|
159 |
["The image features a snow-covered mountain range with a large, snow-covered mountain in the background. The mountain is surrounded by a forest of trees, and the sky is filled with clouds. The scene is set during the winter season, with snow covering the ground and the trees.", 1024, 1024, 42, 1]
|
160 |
],
|
161 |
cache_examples=True
|
|
|
153 |
description="Generate high-resolution images using UltraPixel model.",
|
154 |
theme='bethecloud/storj_theme',
|
155 |
examples=[
|
|
|
|
|
|
|
156 |
["The image features a snow-covered mountain range with a large, snow-covered mountain in the background. The mountain is surrounded by a forest of trees, and the sky is filled with clouds. The scene is set during the winter season, with snow covering the ground and the trees.", 1024, 1024, 42, 1]
|
157 |
],
|
158 |
cache_examples=True
|