Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks(css=css) as demo:
|
|
84 |
# SD3 ControlNet
|
85 |
|
86 |
Experiment with Stable Diffusion 3 ControlNet models proposed and maintained by the InstantX team.<br />
|
87 |
-
Model card:
|
88 |
""")
|
89 |
|
90 |
with gr.Column():
|
|
|
84 |
# SD3 ControlNet
|
85 |
|
86 |
Experiment with Stable Diffusion 3 ControlNet models proposed and maintained by the InstantX team.<br />
|
87 |
+
Model card: [InstantX/SD3-Controlnet-Canny](https://huggingface.co/InstantX/SD3-Controlnet-Canny)
|
88 |
""")
|
89 |
|
90 |
with gr.Column():
|