SreyanG-NVIDIA commited on
Commit
0454074
·
verified ·
1 Parent(s): 638ac7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def _ensure_local_socks_tunnel():
84
  _ensure_local_socks_tunnel()
85
 
86
 
87
- MODEL_ID = "nvidia/music-flamingo-new-hf"
88
  HERO_IMAGE_URL = "https://musicflamingo.github.io/logo-no-bg.png"
89
  HERO_TITLE = "Music Flamingo: Scaling Music Understanding in Audio Language Models"
90
  HERO_SUBTITLE = "Upload a song and ask anything — including captions, lyrics, genre, key, chords, or complex questions. Music Flamingo gives detailed answers."
 
84
  _ensure_local_socks_tunnel()
85
 
86
 
87
+ MODEL_ID = "nvidia/music-flamingo-hf"
88
  HERO_IMAGE_URL = "https://musicflamingo.github.io/logo-no-bg.png"
89
  HERO_TITLE = "Music Flamingo: Scaling Music Understanding in Audio Language Models"
90
  HERO_SUBTITLE = "Upload a song and ask anything — including captions, lyrics, genre, key, chords, or complex questions. Music Flamingo gives detailed answers."