Spaces:
Runtime error
Runtime error
Commit
·
5103d69
1
Parent(s):
1acce7c
Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ with gr.Blocks(css=css) as demo:
|
|
164 |
|
165 |
|
166 |
|
167 |
-
text_button.click(flip_text, inputs=[prompt, negative_prompt, model,
|
168 |
|
169 |
demo.queue(concurrency_count=10)
|
170 |
demo.launch()
|
|
|
164 |
|
165 |
|
166 |
|
167 |
+
text_button.click(flip_text, inputs=[prompt, negative_prompt, model, sampler, width, height], outputs=image_output)
|
168 |
|
169 |
demo.queue(concurrency_count=10)
|
170 |
demo.launch()
|