Commit
·
a626e80
1
Parent(s):
b02fdb5
Update app.py
Browse files
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://
|
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]"
|