AndreasXi commited on
Commit
7ba28c1
·
1 Parent(s): fbbb58c

update!!!

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -212,8 +212,9 @@ variant = gr.Dropdown(label="Model Variant", choices=list(all_model_cfg.keys()),
212
  # """
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,
 
212
  # """
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
+
217
+ ### [📖 **Arxiv**](https://arxiv.org/abs/2508.06098) | [💻 **GitHub**](https://github.com/xiquan-li/MeanAudio) | [🤗 **Model**](https://huggingface.co/AndreasXi/MeanAudio) | [🚀 **Space**](https://huggingface.co/spaces/chenxie95/MeanAudio) | [🌐 **Project Page**](https://meanaudio.github.io/)
218
  """
219
  gr_interface = gr.Interface(
220
  fn=generate_audio_gradio,