Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -170,11 +170,11 @@ def generate(
|
|
170 |
|
171 |
# --- 5. UI Definition ---
|
172 |
css = '''
|
173 |
-
.fillable{max-width:
|
174 |
'''
|
175 |
|
176 |
with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
|
177 |
-
gr.
|
178 |
gr.Markdown(
|
179 |
"Generate images using a curated set of stable preprocessors. "
|
180 |
"Choose a conditioning type, upload an image, and write a prompt."
|
|
|
170 |
|
171 |
# --- 5. UI Definition ---
|
172 |
css = '''
|
173 |
+
.fillable{max-width: 1050px !important}
|
174 |
'''
|
175 |
|
176 |
with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
|
177 |
+
gr.HTML("<h1 style='text-align: center'>Qwen-Image with Union ControlNet</style>")
|
178 |
gr.Markdown(
|
179 |
"Generate images using a curated set of stable preprocessors. "
|
180 |
"Choose a conditioning type, upload an image, and write a prompt."
|