Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -236,13 +236,13 @@ with gr.Blocks(css=css) as demo:
|
|
236 |
value=25,
|
237 |
)
|
238 |
|
239 |
-
gr.Examples(
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
)
|
246 |
|
247 |
use_negative_prompt.change(
|
248 |
fn=lambda x: gr.update(visible=x),
|
|
|
236 |
value=25,
|
237 |
)
|
238 |
|
239 |
+
# gr.Examples(
|
240 |
+
# examples=examples,
|
241 |
+
# inputs=prompt,
|
242 |
+
# outputs=result,
|
243 |
+
# fn=generate,
|
244 |
+
# cache_examples=CACHE_EXAMPLES,
|
245 |
+
# )
|
246 |
|
247 |
use_negative_prompt.change(
|
248 |
fn=lambda x: gr.update(visible=x),
|