AndreasXi commited on
Commit
fbbb58c
Β·
1 Parent(s): 796bea7
Files changed (1) hide show
  1. app.py +1 -17
app.py CHANGED
@@ -213,23 +213,7 @@ variant = gr.Dropdown(label="Model Variant", choices=list(all_model_cfg.keys()),
213
 
214
  description_text = """
215
  **MeanAudio** is a novel text-to-audio generator that uses **MeanFlow** to synthesize realistic and faithful audio in few sampling steps. It achieves state-of-the-art performance in single-step audio generation and delivers strong performance in multi-step audio generation.
216
- <div style="display: flex; gap: 10px; align-items: center;">
217
- <a href="https://arxiv.org/abs/2508.06098">
218
- <img src="https://img.shields.io/badge/Read_the_Paper-blue?link=https%3A%2F%2Fopenreview.net%2Fattachment%3Fid%3DtpJPlFTyxd%26name%3Dpdf" alt="arXiv">
219
- </a>
220
- <a href="https://github.com/xiquan-li/MeanAudio">
221
- <img src="https://img.shields.io/badge/%F0%9F%92%BB%20Code-GitHub-black" alt="Static Badge">
222
- </a>
223
- <a href="https://meanaudio.github.io/">
224
- <img src="https://img.shields.io/badge/%F0%9F%93%84%20Project-Page-brightred" alt="Static Badge">
225
- </a>
226
- <a href="https://huggingface.co/AndreasXi/MeanAudio">
227
- <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Model-HuggingFace-violet" alt="HuggingFace Model">
228
- </a>
229
- <a href="https://huggingface.co/spaces/chenxie95/MeanAudio">
230
- <img src="https://img.shields.io/badge/%F0%9F%9A%80%20Space-HuggingFace-8A2BE2" alt="HuggingFace Space">
231
- </a>
232
- </div>
233
  """
234
  gr_interface = gr.Interface(
235
  fn=generate_audio_gradio,
 
213
 
214
  description_text = """
215
  **MeanAudio** is a novel text-to-audio generator that uses **MeanFlow** to synthesize realistic and faithful audio in few sampling steps. It achieves state-of-the-art performance in single-step audio generation and delivers strong performance in multi-step audio generation.
216
+ [πŸ“– **Arxiv**](https://arxiv.org/abs/2508.06098) | [πŸ€— **Model**](https://huggingface.co/AndreasXi/MeanAudio) | [πŸš€ **Space**](https://huggingface.co/spaces/chenxie95/MeanAudio) | [🌐 **Project Page**](https://meanaudio.github.io/) | [πŸ’» **GitHub**](https://github.com/xiquan-li/MeanAudio)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  """
218
  gr_interface = gr.Interface(
219
  fn=generate_audio_gradio,