amos1088 commited on
Commit
6f63764
·
1 Parent(s): 91e7ec6

test gradio

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,8 +44,8 @@ interface = gr.Interface(
44
  gr.Slider(label="Control Net Conditioning Scale",minimum=0,maximum=1),
45
  ],
46
  outputs="image",
47
- title="Image Generation with Stable Diffusion 3 and ControlNet",
48
- description="Generates an image based on a text prompt and a reference image using Stable Diffusion 3 with ControlNet."
49
  )
50
 
51
  # Launch the Gradio interface
 
44
  gr.Slider(label="Control Net Conditioning Scale",minimum=0,maximum=1),
45
  ],
46
  outputs="image",
47
+ title="Image Generation with Stable Diffusion 3.5 and ControlNet",
48
+ description="Generates an image based on a text prompt and a reference image using Stable Diffusion 3.5 with ControlNet."
49
  )
50
 
51
  # Launch the Gradio interface