Spaces:
Paused
Paused
Commit
·
d4afe7e
1
Parent(s):
6382003
`*`: set default image
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 160 |
|
| 161 |
|
| 162 |
with gr.Column(scale=2):
|
| 163 |
-
image_output = gr.Image()
|
| 164 |
|
| 165 |
text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)
|
| 166 |
|
|
|
|
| 160 |
|
| 161 |
|
| 162 |
with gr.Column(scale=2):
|
| 163 |
+
image_output = gr.Image(value="https://cdn-uploads.huggingface.co/production/uploads/noauth/XWJyh9DhMGXrzyRJk7SfP.png")
|
| 164 |
|
| 165 |
text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)
|
| 166 |
|