fffiloni commited on
Commit
055c2c9
·
verified ·
1 Parent(s): bfc70f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -105,9 +105,7 @@ with gr.Blocks(css=css) as demo:
105
  """)
106
 
107
  with gr.Column():
108
- gr.Mardown("""
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")