Spaces:
Running
on
A100
Running
on
A100
Update app.py
Browse files
app.py
CHANGED
@@ -102,50 +102,30 @@ with gr.Blocks(css="""
|
|
102 |
|
103 |
with gr.Column():
|
104 |
gr.Markdown("""
|
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 |
-
<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 |
-
|
148 |
-
|
149 |
# gr.Markdown("#### NVIDIA (2025)")
|
150 |
|
151 |
with gr.Tabs():
|
|
|
102 |
|
103 |
with gr.Column():
|
104 |
gr.Markdown("""
|
105 |
+
<p 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">
|
107 |
+
</p>
|
108 |
+
|
109 |
+
# Audio Flamingo 3
|
110 |
+
|
111 |
+
*Advancing Audio Intelligence with Fully Open Large Audio-Language Models*
|
112 |
+
|
113 |
+
<p align="center">
|
114 |
+
[](https://arxiv.org/abs/2503.03983)
|
115 |
+
[](https://research.nvidia.com/labs/adlr/AF3/)
|
116 |
+
[](https://github.com/NVIDIA/audio-flamingo)
|
117 |
+
[](https://github.com/NVIDIA/audio-flamingo/stargazers)
|
118 |
+
</p>
|
119 |
+
|
120 |
+
<p align="center">
|
121 |
+
[](https://huggingface.co/nvidia/audio-flamingo-3)
|
122 |
+
[-ED5A22.svg)](https://huggingface.co/nvidia/audio-flamingo-3-chat)
|
123 |
+
[](https://huggingface.co/datasets/nvidia/AudioSkills)
|
124 |
+
[](https://huggingface.co/datasets/nvidia/LongAudio)
|
125 |
+
[](https://huggingface.co/datasets/nvidia/AF-Chat)
|
126 |
+
[](https://huggingface.co/datasets/nvidia/AF-Think)
|
127 |
+
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
""")
|
|
|
|
|
129 |
# gr.Markdown("#### NVIDIA (2025)")
|
130 |
|
131 |
with gr.Tabs():
|