Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
| 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():
|