Spaces:
Paused
Paused
test gradio
Browse files
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
|