Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -217,9 +217,9 @@ def gradio_generate(prompt: str, cfg: float, blur_sigma: float):
|
|
217 |
return image_np
|
218 |
|
219 |
examples = [
|
220 |
-
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
221 |
"A realistic photo of a woman, cyberpunk outfit, neon lighting, wall background",
|
222 |
-
"
|
|
|
223 |
]
|
224 |
|
225 |
css="""
|
@@ -259,7 +259,7 @@ with gr.Blocks(css=css) as demo:
|
|
259 |
|
260 |
with gr.Row():
|
261 |
cfg_slider = gr.Slider(
|
262 |
-
minimum=
|
263 |
label="CFG Scale"
|
264 |
)
|
265 |
blur_slider = gr.Slider(
|
|
|
217 |
return image_np
|
218 |
|
219 |
examples = [
|
|
|
220 |
"A realistic photo of a woman, cyberpunk outfit, neon lighting, wall background",
|
221 |
+
"a painting of a bouquet of flowers, likely pansies, arranged in a vase. The painting style appears to be impressionistic, characterized by visible brushstrokes and a focus on capturing the overall impression rather than fine detail",
|
222 |
+
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
223 |
]
|
224 |
|
225 |
css="""
|
|
|
259 |
|
260 |
with gr.Row():
|
261 |
cfg_slider = gr.Slider(
|
262 |
+
minimum=0.0, maximum=7.5, value=0.0, step=0.1,
|
263 |
label="CFG Scale"
|
264 |
)
|
265 |
blur_slider = gr.Slider(
|