Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -177,13 +177,13 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
177 |
step=1,
|
178 |
value=23,
|
179 |
)
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
use_negative_prompt.change(
|
188 |
fn=lambda x: gr.update(visible=x),
|
189 |
inputs=use_negative_prompt,
|
|
|
177 |
step=1,
|
178 |
value=23,
|
179 |
)
|
180 |
+
with gr.Sidebar():
|
181 |
+
gr.Markdown("## Examples")
|
182 |
+
gr.Examples(
|
183 |
+
examples=examples,
|
184 |
+
inputs=prompt,
|
185 |
+
cache_examples=False,
|
186 |
+
)
|
187 |
use_negative_prompt.change(
|
188 |
fn=lambda x: gr.update(visible=x),
|
189 |
inputs=use_negative_prompt,
|