Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks(css=css) as demo:
|
|
143 |
|
144 |
|
145 |
with gr.Column(scale=2):
|
146 |
-
image_output = gr.Image(value="https://
|
147 |
|
148 |
text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)
|
149 |
|
|
|
143 |
|
144 |
|
145 |
with gr.Column(scale=2):
|
146 |
+
image_output = gr.Image(value="https://einfachalex.net/wp-content/uploads/2024/03/ba00c3e6292cc2a52a34e7b373a4a9eb.png")
|
147 |
|
148 |
text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)
|
149 |
|