Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -105,9 +105,7 @@ with gr.Blocks(css=css) as demo:
|
|
105 |
""")
|
106 |
|
107 |
with gr.Column():
|
108 |
-
|
109 |
-
Model Card: [InstantX/SD3-Controlnet-Canny](https://huggingface.co/InstantX/SD3-Controlnet-Canny)
|
110 |
-
""")
|
111 |
with gr.Row():
|
112 |
with gr.Column():
|
113 |
image_in = gr.Image(label="Image reference", sources=["upload"], type="filepath")
|
|
|
105 |
""")
|
106 |
|
107 |
with gr.Column():
|
108 |
+
|
|
|
|
|
109 |
with gr.Row():
|
110 |
with gr.Column():
|
111 |
image_in = gr.Image(label="Image reference", sources=["upload"], type="filepath")
|