Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -359,7 +359,7 @@ examples = [
|
|
359 |
|
360 |
"Chocolate dripping from a donut against a yellow background, in the style of brocore, hyper-realistic oil --ar 2:3 --q 2 --s 750 --v 5 --ar 2:3 --q 2 --s 750 --v 5",
|
361 |
"3d image, cute girl, in the style of Pixar --ar 1:2 --stylize 750, 4K resolution highlights, Sharp focus, octane render, ray tracing, Ultra-High-Definition, 8k, UHD, HDR, (Masterpiece:1.5), (best quality:1.5)",
|
362 |
-
"Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5
|
363 |
"Food photography of a milk shake with flying strawberrys against a pink background, professionally studio shot with cinematic lighting. The image is in the style of a professional studio shot --ar 85:128 --v 6.0 --style raw"
|
364 |
|
365 |
]
|
@@ -379,7 +379,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
379 |
placeholder="Enter your prompt",
|
380 |
container=False,
|
381 |
)
|
382 |
-
run_button = gr.Button("Generate
|
383 |
|
384 |
with gr.Row(visible=True):
|
385 |
grid_size_selection = gr.Dropdown(
|
|
|
359 |
|
360 |
"Chocolate dripping from a donut against a yellow background, in the style of brocore, hyper-realistic oil --ar 2:3 --q 2 --s 750 --v 5 --ar 2:3 --q 2 --s 750 --v 5",
|
361 |
"3d image, cute girl, in the style of Pixar --ar 1:2 --stylize 750, 4K resolution highlights, Sharp focus, octane render, ray tracing, Ultra-High-Definition, 8k, UHD, HDR, (Masterpiece:1.5), (best quality:1.5)",
|
362 |
+
"Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5",
|
363 |
"Food photography of a milk shake with flying strawberrys against a pink background, professionally studio shot with cinematic lighting. The image is in the style of a professional studio shot --ar 85:128 --v 6.0 --style raw"
|
364 |
|
365 |
]
|
|
|
379 |
placeholder="Enter your prompt",
|
380 |
container=False,
|
381 |
)
|
382 |
+
run_button = gr.Button("Generate as ( 1024 x 1024 )", scale=0)
|
383 |
|
384 |
with gr.Row(visible=True):
|
385 |
grid_size_selection = gr.Dropdown(
|