yuangongfdu commited on
Commit
a626e80
1 Parent(s): b02fdb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def predict(audio_path, question):
45
  if __name__ == '__main__':
46
  link = "https://github.com/YuanGongND/ltu"
47
  text = "[Github]"
48
- paper_link = "https://www.researchgate.net/publication/374153208_Joint_Audio_and_Speech_Understanding"
49
  paper_text = "[ASRU Paper]"
50
  sample_audio_link = "https://drive.google.com/drive/folders/17yeBevX0LIS1ugt0DZDOoJolwxvncMja?usp=sharing"
51
  sample_audio_text = "[sample audios from AudioSet evaluation set]"
 
45
  if __name__ == '__main__':
46
  link = "https://github.com/YuanGongND/ltu"
47
  text = "[Github]"
48
+ paper_link = "https://arxiv.org/pdf/2309.14405.pdf"
49
  paper_text = "[ASRU Paper]"
50
  sample_audio_link = "https://drive.google.com/drive/folders/17yeBevX0LIS1ugt0DZDOoJolwxvncMja?usp=sharing"
51
  sample_audio_text = "[sample audios from AudioSet evaluation set]"