multimodalart HF Staff commited on
Commit
2d4e16f
·
verified ·
1 Parent(s): 170bb37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -202,10 +202,9 @@ css = '''
202
  '''
203
 
204
  with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
205
- gr.HTML("<h1 style='text-align: center'>Qwen-Image with Union ControlNet</style>")
206
  gr.Markdown(
207
- "Generate images using a curated set of stable preprocessors. "
208
- "Choose a conditioning type, upload an image, and write a prompt."
209
  )
210
 
211
  with gr.Row():
 
202
  '''
203
 
204
  with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
205
+ gr.HTML("<h1 style='text-align: center'>Qwen-Image with InstantX Union ControlNet</style>")
206
  gr.Markdown(
207
+ "Generate images with the [InstantX/Qwen-Image-ControlNet-Union](https://huggingface.co/InstantX/Qwen-Image-ControlNet-Union) that takes depth, pose and canny conditionings"
 
208
  )
209
 
210
  with gr.Row():