Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -57,9 +57,9 @@ css = """
|
|
57 |
"""
|
58 |
|
59 |
examples = [
|
60 |
-
"
|
61 |
-
"
|
62 |
-
"
|
63 |
]
|
64 |
|
65 |
with gr.Blocks(css=css) as demo:
|
@@ -118,7 +118,7 @@ with gr.Blocks(css=css) as demo:
|
|
118 |
minimum=1,
|
119 |
maximum=100,
|
120 |
step=1,
|
121 |
-
value=
|
122 |
)
|
123 |
gr.Examples(examples=examples, inputs=[prompt])
|
124 |
gr.on(
|
|
|
57 |
"""
|
58 |
|
59 |
examples = [
|
60 |
+
"Modern Architecture render with pleasing aesthetics.",
|
61 |
+
"Exploded view diagram of a xenomorph.",
|
62 |
+
"A samurai in space.",
|
63 |
]
|
64 |
|
65 |
with gr.Blocks(css=css) as demo:
|
|
|
118 |
minimum=1,
|
119 |
maximum=100,
|
120 |
step=1,
|
121 |
+
value=50,
|
122 |
)
|
123 |
gr.Examples(examples=examples, inputs=[prompt])
|
124 |
gr.on(
|