TheMaisk commited on
Commit
9b860a5
·
verified ·
1 Parent(s): 9dc331c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://cdn-uploads.huggingface.co/production/uploads/noauth/XWJyh9DhMGXrzyRJk7SfP.png")
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