multimodalart HF Staff commited on
Commit
d4ecc83
·
verified ·
1 Parent(s): d927f01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -170,11 +170,11 @@ def generate(
170
 
171
  # --- 5. UI Definition ---
172
  css = '''
173
- .fillable{max-width: 960px !important}
174
  '''
175
 
176
  with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
177
- gr.Markdown("# Qwen-Image with Union ControlNet")
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."