Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -424,7 +424,8 @@ examples = [
|
|
424 |
"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)",
|
425 |
"Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4k hdr, --raw",
|
426 |
"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",
|
427 |
-
"1boy, male focus, yuuki makoto (persona 3), persona 3, black jacket, white shirt, long sleeves, closed mouth, glowing eyes, gun, hair over one eye, holding gun, handgun, looking at viewer, solo, upper body"
|
|
|
428 |
]
|
429 |
|
430 |
css = '''
|
@@ -439,11 +440,11 @@ h1 {
|
|
439 |
text-align: center;
|
440 |
}
|
441 |
.submit-btn {
|
442 |
-
background-color: #
|
443 |
color: white !important;
|
444 |
}
|
445 |
.submit-btn:hover {
|
446 |
-
background-color: #
|
447 |
}
|
448 |
'''
|
449 |
|
@@ -466,7 +467,7 @@ with gr.Blocks(css=css) as demo:
|
|
466 |
placeholder="Enter your prompt :/",
|
467 |
container=False,
|
468 |
)
|
469 |
-
run_button = gr.Button("Generate Image
|
470 |
|
471 |
with gr.Row(visible=True):
|
472 |
model_selection = gr.Dropdown(
|
|
|
424 |
"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)",
|
425 |
"Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4k hdr, --raw",
|
426 |
"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",
|
427 |
+
"1boy, male focus, yuuki makoto (persona 3), persona 3, black jacket, white shirt, long sleeves, closed mouth, glowing eyes, gun, hair over one eye, holding gun, handgun, looking at viewer, solo, upper body",
|
428 |
+
"Super Realism, High-resolution photograph, woman, UHD, photorealistic, shot on a Sony A7III --chaos 20 --ar 1:2 --style raw --stylize 250"
|
429 |
]
|
430 |
|
431 |
css = '''
|
|
|
440 |
text-align: center;
|
441 |
}
|
442 |
.submit-btn {
|
443 |
+
background-color: #28b2db !important;
|
444 |
color: white !important;
|
445 |
}
|
446 |
.submit-btn:hover {
|
447 |
+
background-color: #28b2db !important;
|
448 |
}
|
449 |
'''
|
450 |
|
|
|
467 |
placeholder="Enter your prompt :/",
|
468 |
container=False,
|
469 |
)
|
470 |
+
run_button = gr.Button("Generate Image As ( 1024 x 1024 ) 🪧", scale=0, elem_classes="submit-btn")
|
471 |
|
472 |
with gr.Row(visible=True):
|
473 |
model_selection = gr.Dropdown(
|