Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ footer {
|
|
29 |
|
30 |
examples = [
|
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 |
-
"
|
33 |
]
|
34 |
|
35 |
#Set an os.Getenv variable
|
@@ -185,13 +185,13 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
185 |
minimum=1,
|
186 |
maximum=25,
|
187 |
step=1,
|
188 |
-
value=
|
189 |
)
|
190 |
|
191 |
gr.Examples(
|
192 |
examples=examples,
|
193 |
inputs=prompt,
|
194 |
-
cache_examples=
|
195 |
)
|
196 |
|
197 |
use_negative_prompt.change(
|
|
|
29 |
|
30 |
examples = [
|
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 photo bokeh --ar 85:128 --v 6.0 --style raw5"
|
33 |
]
|
34 |
|
35 |
#Set an os.Getenv variable
|
|
|
185 |
minimum=1,
|
186 |
maximum=25,
|
187 |
step=1,
|
188 |
+
value=23,
|
189 |
)
|
190 |
|
191 |
gr.Examples(
|
192 |
examples=examples,
|
193 |
inputs=prompt,
|
194 |
+
cache_examples=True
|
195 |
)
|
196 |
|
197 |
use_negative_prompt.change(
|