mokady commited on
Commit
15e2df6
1 Parent(s): 5a79bf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -124,14 +124,14 @@ with image_blocks as demo:
124
  btn.click(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps, strength], outputs=[image_out], api_name='run')
125
  prompt.submit(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps, strength], outputs=[image_out])
126
 
127
- gr.Examples(
128
- examples=[
129
- ["./imgs/example.png"],
130
- ],
131
- fn=predict,
132
- inputs=[image],
133
- cache_examples=False,
134
- )
135
  gr.HTML(
136
  """
137
  <div class="footer">
 
124
  btn.click(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps, strength], outputs=[image_out], api_name='run')
125
  prompt.submit(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps, strength], outputs=[image_out])
126
 
127
+ # gr.Examples(
128
+ # examples=[
129
+ # ["./imgs/example.png"],
130
+ # ],
131
+ # fn=predict,
132
+ # inputs=[image],
133
+ # cache_examples=False,
134
+ # )
135
  gr.HTML(
136
  """
137
  <div class="footer">