Spaces:
Runtime error
Runtime error
Commit
·
013d4ed
1
Parent(s):
46be569
Update app.py
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ with gr.Blocks(css=css) as demo:
|
|
165 |
seed = gr.Number(label="Seed", value=-1, info = """'-1' is a random seed""")
|
166 |
|
167 |
|
168 |
-
text_button.click(flip_text, inputs=[prompt, negative_prompt, model, sampler, cfg_scale, width,
|
169 |
|
170 |
demo.queue(concurrency_count=10)
|
171 |
demo.launch()
|
|
|
165 |
seed = gr.Number(label="Seed", value=-1, info = """'-1' is a random seed""")
|
166 |
|
167 |
|
168 |
+
text_button.click(flip_text, inputs=[prompt, negative_prompt, model, sampler, cfg_scale, width, height, seed], outputs=image_output)
|
169 |
|
170 |
demo.queue(concurrency_count=10)
|
171 |
demo.launch()
|