Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
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">
|