Spaces:
Runtime error
Runtime error
Commit ·
934c9d7
1
Parent(s): b5075d0
Update app.py
Browse files
app.py
CHANGED
|
@@ -235,7 +235,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 235 |
seed = gr.Number(label="Seed", value=-1)
|
| 236 |
|
| 237 |
with gr.Column(scale=2):
|
| 238 |
-
image_output = gr.Image(value="
|
| 239 |
|
| 240 |
text_button.click(txt2img, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height,
|
| 241 |
seed], outputs=image_output, concurrency_limit=64)
|
|
|
|
| 235 |
seed = gr.Number(label="Seed", value=-1)
|
| 236 |
|
| 237 |
with gr.Column(scale=2):
|
| 238 |
+
image_output = gr.Image(value="http://iartificia.org/wp-content/uploads/2023/12/6812b8b7-636e-43cc-b7b4-11c7ded0c382.png")
|
| 239 |
|
| 240 |
text_button.click(txt2img, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height,
|
| 241 |
seed], outputs=image_output, concurrency_limit=64)
|