update
Browse files
app.py
CHANGED
@@ -357,25 +357,6 @@ hr {
|
|
357 |
with gr.Blocks(title="MeanAudio Generator", theme=theme, css=custom_css) as demo:
|
358 |
gr.Markdown("# MeanAudio:Fast and Faithful Text-to-Audio Generation with Mean Flows", elem_id="main-header")
|
359 |
|
360 |
-
project_badges_markdown = '''
|
361 |
-
<div style="display: flex; gap: 10px; align-items: center; justify-content: center; flex-wrap: wrap; margin-bottom: 20px;">
|
362 |
-
<a href="https://huggingface.co/junxiliu/MeanAudio">
|
363 |
-
<img src="https://img.shields.io/badge/Model-HuggingFace-violet?logo=huggingface" alt="Hugging Face Model">
|
364 |
-
</a>
|
365 |
-
<a href="https://huggingface.co/spaces/chenxie95/MeanAudio">
|
366 |
-
<img src="https://img.shields.io/badge/Space-HuggingFace-8A2BE2?logo=huggingface" alt="Hugging Face Space">
|
367 |
-
</a>
|
368 |
-
<a href="https://meanaudio.github.io/">
|
369 |
-
<img src="https://img.shields.io/badge/Project-Page-brightred?style=flat" alt="Project Page">
|
370 |
-
</a>
|
371 |
-
<a href="https://github.com/xiquan-li/MeanAudio">
|
372 |
-
<img src="https://img.shields.io/badge/Code-GitHub-black?logo=github" alt="GitHub">
|
373 |
-
</a>
|
374 |
-
</div>
|
375 |
-
'''
|
376 |
-
|
377 |
-
gr.Markdown(project_badges_markdown, elem_id="project-badges")
|
378 |
-
gr.Markdown("[](https://huggingface.co)")
|
379 |
with gr.Column(elem_classes="setting-section"):
|
380 |
with gr.Row():
|
381 |
available_variants = (
|
|
|
357 |
with gr.Blocks(title="MeanAudio Generator", theme=theme, css=custom_css) as demo:
|
358 |
gr.Markdown("# MeanAudio:Fast and Faithful Text-to-Audio Generation with Mean Flows", elem_id="main-header")
|
359 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
360 |
with gr.Column(elem_classes="setting-section"):
|
361 |
with gr.Row():
|
362 |
available_variants = (
|