ShoufaChen commited on
Commit
da61577
·
verified ·
1 Parent(s): 1718638

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -106,8 +106,8 @@ with gr.Blocks(css=css) as demo:
106
  gr.Markdown("# PixelFlow: Pixel-Space Generative Models with Flow")
107
  gr.HTML("""
108
  <div class="follow-link">
109
- For text-to-image generation, please follow
110
- <a href="https://github.com/ShoufaChen/PixelFlow/tree/main?tab=readme-ov-file#demo">text-to-image</a>.
111
  For more details, refer to our
112
  <a href="https://arxiv.org/abs/2504.07963">arXiv paper</a> and <a href="https://github.com/ShoufaChen/PixelFlow">GitHub repo</a>.
113
  </div>
 
106
  gr.Markdown("# PixelFlow: Pixel-Space Generative Models with Flow")
107
  gr.HTML("""
108
  <div class="follow-link">
109
+ For online text-to-image generation, please try
110
+ <a href="https://huggingface.co/spaces/ShoufaChen/PixelFlow">text-to-image</a>.
111
  For more details, refer to our
112
  <a href="https://arxiv.org/abs/2504.07963">arXiv paper</a> and <a href="https://github.com/ShoufaChen/PixelFlow">GitHub repo</a>.
113
  </div>