Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -420,12 +420,8 @@ with gr.Blocks(title="Z-Image Demo") as demo:
|
|
| 420 |
gr.Markdown("# Z-Image Generation Demo")
|
| 421 |
gr.Markdown(
|
| 422 |
"""
|
| 423 |
-
|
| 424 |
-
|
| 425 |
-
[](assets/Z-Image-Gallery.pdf) 
|
| 426 |
-
[](https://modelscope.cn/studios/Tongyi-MAI/Z-Image-Gallery/summary) 
|
| 427 |
-
|
| 428 |
-
An Efficient Image Generation Foundation Model with Single-Stream Diffusion Transformer
|
| 429 |
"""
|
| 430 |
)
|
| 431 |
|
|
|
|
| 420 |
gr.Markdown("# Z-Image Generation Demo")
|
| 421 |
gr.Markdown(
|
| 422 |
"""
|
| 423 |
+
[](https://tongyi-mai.github.io/Z-Image-homepage/) [](https://github.com/Tongyi-MAI/Z-Image) [](assets/Z-Image-Gallery.pdf) [](https://modelscope.cn/studios/Tongyi-MAI/Z-Image-Gallery/summary) 
|
| 424 |
+
An Efficient Image Generation Foundation Model with Single-Stream Diffusion Transformer
|
|
|
|
|
|
|
|
|
|
|
|
|
| 425 |
"""
|
| 426 |
)
|
| 427 |
|