Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -169,13 +169,13 @@ with gr.Blocks(css=css) as demo:
|
|
169 |
value=3.0,
|
170 |
)
|
171 |
|
172 |
-
gr.Examples(
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
)
|
179 |
|
180 |
use_negative_prompt.change(
|
181 |
fn=lambda x: gr.update(visible=x),
|
|
|
169 |
value=3.0,
|
170 |
)
|
171 |
|
172 |
+
# gr.Examples(
|
173 |
+
# examples=examples,
|
174 |
+
# inputs=prompt,
|
175 |
+
# outputs=[result, seed],
|
176 |
+
# fn=generate,
|
177 |
+
# cache_examples=CACHE_EXAMPLES,
|
178 |
+
# )
|
179 |
|
180 |
use_negative_prompt.change(
|
181 |
fn=lambda x: gr.update(visible=x),
|