Spaces:
Runtime error
Runtime error
Commit
·
f660159
1
Parent(s):
a61266c
Update app.py
Browse files
app.py
CHANGED
@@ -397,7 +397,7 @@ with gr.Blocks(css=css) as demo:
|
|
397 |
hf_image_output = gr.Image(show_label=False, type="filepath", interactive=False)
|
398 |
#hf_send_to_img2img = gr.Button(value="Send to img2img")
|
399 |
|
400 |
-
hf_text_button.click(hf_inference, inputs=[hf_prompt, hf_negative_prompt, hf_model, hf_steps,
|
401 |
hf_seed], outputs=hf_image_output, concurrency_limit=64)
|
402 |
|
403 |
|
|
|
397 |
hf_image_output = gr.Image(show_label=False, type="filepath", interactive=False)
|
398 |
#hf_send_to_img2img = gr.Button(value="Send to img2img")
|
399 |
|
400 |
+
hf_text_button.click(hf_inference, inputs=[hf_prompt, hf_negative_prompt, hf_model, hf_steps, sampler, hf_cfg_scale, hf_width, hf_height,
|
401 |
hf_seed], outputs=hf_image_output, concurrency_limit=64)
|
402 |
|
403 |
|