SreyanG-NVIDIA commited on
Commit
46bce63
·
1 Parent(s): f07bdcd

Add arXiv link

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -100,6 +100,7 @@ def _log_cuda_runtime(stage):
100
 
101
 
102
  CODE_URL = "https://github.com/NVIDIA/audio-flamingo"
 
103
  MODEL_ID = "nvidia/audio-flamingo-next-hf"
104
  HERO_IMAGE_URL = "https://afnext-umd-nvidia.github.io/logo.webp"
105
  HERO_TITLE = "Audio Flamingo Next: Next-Generation Open Audio-Language Models for Speech, Sound, and Music"
@@ -121,6 +122,7 @@ HERO_BADGES = f"""
121
  <div style="display: flex; justify-content: center; margin-top: 6px; align-items: center;">
122
  <div style="display: flex; justify-content: center; flex-wrap: wrap; gap: 8px;">
123
  <a href="https://afnext-umd-nvidia.github.io/"><img src="https://img.shields.io/badge/Project%20Page-AF--Next-0F766E" alt="Project Page"></a>
 
124
  <a href="{CODE_URL}"><img src='https://img.shields.io/badge/GitHub-AF--Next-0E7490' alt="GitHub"></a>
125
  <a href="https://huggingface.co/nvidia/audio-flamingo-next-hf">
126
  <img src="https://img.shields.io/badge/🤗-Model%20Checkpoint-ED5A22.svg" alt="Model Checkpoint">
 
100
 
101
 
102
  CODE_URL = "https://github.com/NVIDIA/audio-flamingo"
103
+ ARXIV_URL = "https://arxiv.org/abs/2604.10905"
104
  MODEL_ID = "nvidia/audio-flamingo-next-hf"
105
  HERO_IMAGE_URL = "https://afnext-umd-nvidia.github.io/logo.webp"
106
  HERO_TITLE = "Audio Flamingo Next: Next-Generation Open Audio-Language Models for Speech, Sound, and Music"
 
122
  <div style="display: flex; justify-content: center; margin-top: 6px; align-items: center;">
123
  <div style="display: flex; justify-content: center; flex-wrap: wrap; gap: 8px;">
124
  <a href="https://afnext-umd-nvidia.github.io/"><img src="https://img.shields.io/badge/Project%20Page-AF--Next-0F766E" alt="Project Page"></a>
125
+ <a href="{ARXIV_URL}"><img src="https://img.shields.io/badge/arXiv-2604.10905-B31B1B.svg" alt="arXiv"></a>
126
  <a href="{CODE_URL}"><img src='https://img.shields.io/badge/GitHub-AF--Next-0E7490' alt="GitHub"></a>
127
  <a href="https://huggingface.co/nvidia/audio-flamingo-next-hf">
128
  <img src="https://img.shields.io/badge/🤗-Model%20Checkpoint-ED5A22.svg" alt="Model Checkpoint">