animrods commited on
Commit
5abbfcd
·
verified ·
1 Parent(s): 099fb5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -156,13 +156,13 @@ with gr.Blocks(css=css) as demo:
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],
 
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],