Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
|
|
188 |
inputs = [text_prompt],
|
189 |
)
|
190 |
|
191 |
-
text_button.click(query, inputs=[custom_lora, text_prompt, negative_prompt, steps, cfg,
|
192 |
|
193 |
|
194 |
with gr.Tab("Image Upscaler"):
|
|
|
188 |
inputs = [text_prompt],
|
189 |
)
|
190 |
|
191 |
+
text_button.click(query, inputs=[custom_lora, text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=[image_output, seed_output])
|
192 |
|
193 |
|
194 |
with gr.Tab("Image Upscaler"):
|