Update app.py
Browse files
app.py
CHANGED
@@ -198,7 +198,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
198 |
)
|
199 |
|
200 |
# Bind the button to the query function with the added width and height inputs
|
201 |
-
text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=
|
202 |
|
203 |
if __name__ == "__main__":
|
204 |
|
|
|
198 |
)
|
199 |
|
200 |
# Bind the button to the query function with the added width and height inputs
|
201 |
+
text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=image_output1)
|
202 |
|
203 |
if __name__ == "__main__":
|
204 |
|