Spaces:
Running
Running
salomonsky
commited on
Commit
•
5cc4c89
1
Parent(s):
a66d7b5
Update app.py
Browse files
app.py
CHANGED
@@ -113,5 +113,5 @@ with gr.Blocks(css=css, theme="Nymbo/Nymbo_Theme") as demo:
|
|
113 |
reset_advanced.click(fn=lambda: [width.update(1280), height.update(768), scales.update(10), steps.update(20), seed.update(-1)], inputs=None, outputs=[width, height, scales, steps, seed])
|
114 |
|
115 |
btn = gr.Button("Generar")
|
116 |
-
btn.click(fn=gen, inputs=[prompt, basemodel_choice, width, height, scales, steps, seed, upscale_factor, process_upscale, lora_model_choice, process_lora], outputs=[output_res]
|
117 |
demo.launch()
|
|
|
113 |
reset_advanced.click(fn=lambda: [width.update(1280), height.update(768), scales.update(10), steps.update(20), seed.update(-1)], inputs=None, outputs=[width, height, scales, steps, seed])
|
114 |
|
115 |
btn = gr.Button("Generar")
|
116 |
+
btn.click(fn=gen, inputs=[prompt, basemodel_choice, width, height, scales, steps, seed, upscale_factor, process_upscale, lora_model_choice, process_lora], outputs=[output_res])
|
117 |
demo.launch()
|