Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -156,13 +156,13 @@ with gr.Blocks(css=css) as demo:
|
|
156 |
)
|
157 |
|
158 |
|
159 |
-
gr.Examples(
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
)
|
166 |
|
167 |
gr.on(
|
168 |
triggers=[run_button.click, prompt.submit],
|
|
|
156 |
)
|
157 |
|
158 |
|
159 |
+
# gr.Examples(
|
160 |
+
# examples=examples,
|
161 |
+
# fn=predict,
|
162 |
+
# inputs=[prompt, ip_adapter_image, ip_adapter_scale, negative_prompt, seed, randomize_seed, center_crop, width, height],
|
163 |
+
# outputs=[result, seed],
|
164 |
+
# cache_examples="lazy"
|
165 |
+
# )
|
166 |
|
167 |
gr.on(
|
168 |
triggers=[run_button.click, prompt.submit],
|