QJerry commited on
Commit
1291bc6
·
verified ·
1 Parent(s): e956cc6

Update app.py

Browse files

Change layout budget.

Files changed (1) hide show
  1. app.py +8 -4
app.py CHANGED
@@ -410,12 +410,16 @@ def generate(
410
  init_app()
411
 
412
  with gr.Blocks(title="Z-Image Demo") as demo:
413
- gr.Markdown("# Z-Image Generation Demo")
414
  gr.Markdown(
415
- """
 
 
 
416
  [![GitHub](https://img.shields.io/badge/GitHub-Z--Image-181717?logo=github&logoColor=white)](https://github.com/Tongyi-MAI/Z-Image)
417
- An Efficient Image Generation Foundation Model with Single-Stream Diffusion Transformer
418
- """
 
 
419
  )
420
 
421
  with gr.Row():
 
410
  init_app()
411
 
412
  with gr.Blocks(title="Z-Image Demo") as demo:
 
413
  gr.Markdown(
414
+ """<div align="center">
415
+
416
+ # Z-Image Generation Demo
417
+
418
  [![GitHub](https://img.shields.io/badge/GitHub-Z--Image-181717?logo=github&logoColor=white)](https://github.com/Tongyi-MAI/Z-Image)
419
+
420
+ *An Efficient Image Generation Foundation Model with Single-Stream Diffusion Transformer*
421
+
422
+ </div>"""
423
  )
424
 
425
  with gr.Row():