Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,30 +101,48 @@ with gr.Blocks(css="""
|
|
| 101 |
""") as demo:
|
| 102 |
|
| 103 |
with gr.Column():
|
| 104 |
-
gr.
|
| 105 |
-
<
|
| 106 |
-
<img src="https://github.com/NVIDIA/audio-flamingo/blob/audio_flamingo_3/static/logo-no-bg.png" alt="Audio Flamingo 3 Logo" width="120">
|
| 107 |
-
</
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
<
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 128 |
""")
|
| 129 |
# gr.Markdown("#### NVIDIA (2025)")
|
| 130 |
|
|
|
|
| 101 |
""") as demo:
|
| 102 |
|
| 103 |
with gr.Column():
|
| 104 |
+
gr.HTML("""
|
| 105 |
+
<div align="center">
|
| 106 |
+
<img src="https://github.com/NVIDIA/audio-flamingo/blob/audio_flamingo_3/static/logo-no-bg.png" alt="Audio Flamingo 3 Logo" width="120" style="margin-bottom: 10px;">
|
| 107 |
+
<h2><strong>Audio Flamingo 3</strong></h2>
|
| 108 |
+
<p><em>Advancing Audio Intelligence with Fully Open Large Audio-Language Models</em></p>
|
| 109 |
+
</div>
|
| 110 |
+
|
| 111 |
+
<div align="center" style="margin-top: 10px;">
|
| 112 |
+
<a href="https://arxiv.org/abs/2503.03983">
|
| 113 |
+
<img src="https://img.shields.io/badge/arXiv-2503.03983-AD1C18" alt="arXiv">
|
| 114 |
+
</a>
|
| 115 |
+
<a href="https://research.nvidia.com/labs/adlr/AF3/">
|
| 116 |
+
<img src="https://img.shields.io/badge/Demo%20page-228B22" alt="Demo Page">
|
| 117 |
+
</a>
|
| 118 |
+
<a href="https://github.com/NVIDIA/audio-flamingo">
|
| 119 |
+
<img src="https://img.shields.io/badge/Github-Audio_Flamingo_3-9C276A" alt="GitHub">
|
| 120 |
+
</a>
|
| 121 |
+
<a href="https://github.com/NVIDIA/audio-flamingo/stargazers">
|
| 122 |
+
<img src="https://img.shields.io/github/stars/NVIDIA/audio-flamingo.svg?style=social" alt="GitHub Stars">
|
| 123 |
+
</a>
|
| 124 |
+
</div>
|
| 125 |
+
|
| 126 |
+
<div align="center" style="display: flex; justify-content: center; margin-top: 10px; flex-wrap: wrap; gap: 5px;">
|
| 127 |
+
<a href="https://huggingface.co/nvidia/audio-flamingo-3">
|
| 128 |
+
<img src="https://img.shields.io/badge/π€-Checkpoints-ED5A22.svg">
|
| 129 |
+
</a>
|
| 130 |
+
<a href="https://huggingface.co/nvidia/audio-flamingo-3-chat">
|
| 131 |
+
<img src="https://img.shields.io/badge/π€-Checkpoints_(Chat)-ED5A22.svg">
|
| 132 |
+
</a>
|
| 133 |
+
<a href="https://huggingface.co/datasets/nvidia/AudioSkills">
|
| 134 |
+
<img src="https://img.shields.io/badge/π€-Dataset:_AudioSkills--XL-ED5A22.svg">
|
| 135 |
+
</a>
|
| 136 |
+
<a href="https://huggingface.co/datasets/nvidia/LongAudio">
|
| 137 |
+
<img src="https://img.shields.io/badge/π€-Dataset:_LongAudio--XL-ED5A22.svg">
|
| 138 |
+
</a>
|
| 139 |
+
<a href="https://huggingface.co/datasets/nvidia/AF-Chat">
|
| 140 |
+
<img src="https://img.shields.io/badge/π€-Dataset:_AF--Chat-ED5A22.svg">
|
| 141 |
+
</a>
|
| 142 |
+
<a href="https://huggingface.co/datasets/nvidia/AF-Think">
|
| 143 |
+
<img src="https://img.shields.io/badge/π€-Dataset:_AF--Think-ED5A22.svg">
|
| 144 |
+
</a>
|
| 145 |
+
</div>
|
| 146 |
""")
|
| 147 |
# gr.Markdown("#### NVIDIA (2025)")
|
| 148 |
|