amos1088 commited on
Commit
bfa42ad
·
1 Parent(s): 45000c8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ ipadapter_slider = gr.Slider(
104
  interface = gr.Interface(
105
  fn=gui_generation,
106
  inputs=[prompt_box,negative_prompt_box, ref_img, guidance_slider, ipadapter_slider],
107
- outputs=gr.Image(type="file", format="png"),
108
  title="Image Generation with Stable Diffusion 3.5 Large and IP-Adapter",
109
  description="Generates an image based on a text prompt and a reference image using Stable Diffusion 3.5 Large with IP-Adapter."
110
  )
 
104
  interface = gr.Interface(
105
  fn=gui_generation,
106
  inputs=[prompt_box,negative_prompt_box, ref_img, guidance_slider, ipadapter_slider],
107
+ outputs="image",
108
  title="Image Generation with Stable Diffusion 3.5 Large and IP-Adapter",
109
  description="Generates an image based on a text prompt and a reference image using Stable Diffusion 3.5 Large with IP-Adapter."
110
  )