Spaces:
Sleeping
Sleeping
update stable diffusion model
Browse files
app.py
CHANGED
@@ -200,7 +200,7 @@ def gradio_interface():
|
|
200 |
sd_caption = gr.Textbox(label="Captioning Result", show_copy_button=True, visible=False)
|
201 |
|
202 |
submit_sd.click(
|
203 |
-
fn=
|
204 |
inputs=[sd_image, positive_prompt, negative_prompt, generate_caption],
|
205 |
outputs=[sd_output_image, sd_caption]
|
206 |
)
|
|
|
200 |
sd_caption = gr.Textbox(label="Captioning Result", show_copy_button=True, visible=False)
|
201 |
|
202 |
submit_sd.click(
|
203 |
+
fn=colorize_image_sdxl,
|
204 |
inputs=[sd_image, positive_prompt, negative_prompt, generate_caption],
|
205 |
outputs=[sd_output_image, sd_caption]
|
206 |
)
|