Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
26549d1
1
Parent(s):
28fbcd9
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import torch
|
|
10 |
from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
11 |
|
12 |
css = '''
|
13 |
-
.gradio-container{max-width:
|
14 |
h1{text-align:center}
|
15 |
footer {
|
16 |
visibility: hidden
|
@@ -29,7 +29,8 @@ examples = [
|
|
29 |
"A tiny astronaut hatching from an egg on the moon, 4k, planet theme",
|
30 |
"An anime-style illustration of a delicious, golden-brown wiener schnitzel on a plate, served with fresh lemon slices, parsley --style raw5",
|
31 |
"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)",
|
32 |
-
"Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4K"
|
|
|
33 |
]
|
34 |
|
35 |
MODEL_ID = os.getenv("MODEL_VAL_PATH")
|
|
|
10 |
from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
11 |
|
12 |
css = '''
|
13 |
+
.gradio-container{max-width: 888px !important}
|
14 |
h1{text-align:center}
|
15 |
footer {
|
16 |
visibility: hidden
|
|
|
29 |
"A tiny astronaut hatching from an egg on the moon, 4k, planet theme",
|
30 |
"An anime-style illustration of a delicious, golden-brown wiener schnitzel on a plate, served with fresh lemon slices, parsley --style raw5",
|
31 |
"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)",
|
32 |
+
"Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4K",
|
33 |
+
"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"
|
34 |
]
|
35 |
|
36 |
MODEL_ID = os.getenv("MODEL_VAL_PATH")
|