WeichenFan commited on
Commit
5b990a7
·
1 Parent(s): babee83

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -155,7 +155,6 @@ with gr.Blocks() as demo:
155
  </div>
156
  <div style="text-align: center;">
157
  <a href="https://github.com/WeichenFan/CFG-Zero-star">Code</a> |
158
- <a href="https://huggingface.co/spaces/weepiess2383/CFG-Zero-Star">Huggingface</a> |
159
  <a href="https://arxiv.org/abs/2503.18886">Paper</a>
160
  </div>
161
  """)
@@ -178,7 +177,7 @@ with gr.Blocks() as demo:
178
  gr.Image(type="pil", label="CFG Image"),
179
  gr.Textbox(label="Used Seed")
180
  ],
181
- title="CFG-Zero*: Improved Classifier-Free Guidance for Flow Matching Models",
182
  live=False # optional
183
  ).render()
184
 
 
155
  </div>
156
  <div style="text-align: center;">
157
  <a href="https://github.com/WeichenFan/CFG-Zero-star">Code</a> |
 
158
  <a href="https://arxiv.org/abs/2503.18886">Paper</a>
159
  </div>
160
  """)
 
177
  gr.Image(type="pil", label="CFG Image"),
178
  gr.Textbox(label="Used Seed")
179
  ],
180
+ #title="CFG-Zero*: Improved Classifier-Free Guidance for Flow Matching Models",
181
  live=False # optional
182
  ).render()
183