Spaces:
Running
Running
Commit
·
2d4a3c8
1
Parent(s):
ec40d2b
Update app.py
Browse files
app.py
CHANGED
@@ -56,6 +56,6 @@ iface = gr.Interface(fn=predict,
|
|
56 |
cache_examples=True,
|
57 |
title="Quick Demo of Whisper-AT",
|
58 |
description="We are glad to introduce Whisper-AT - A new joint audio tagging and speech recognition model. It outputs background sound labels in addition to text." + f"<a href='{paper_link}'>{paper_text}</a> " + f"<a href='{link}'>{text}</a> <br>" +
|
59 |
-
"Whisper-AT is authored by Yuan Gong, Sameer Khurana, Leonid Karlinsky, and James Glass (MIT & MIT-IBM Watson AI Lab). It is an Interspeech 2023 paper. <
|
60 |
-
"This demo runs on CPU, running it on GPU would be much faster.")
|
61 |
iface.launch(debug=True)
|
|
|
56 |
cache_examples=True,
|
57 |
title="Quick Demo of Whisper-AT",
|
58 |
description="We are glad to introduce Whisper-AT - A new joint audio tagging and speech recognition model. It outputs background sound labels in addition to text." + f"<a href='{paper_link}'>{paper_text}</a> " + f"<a href='{link}'>{text}</a> <br>" +
|
59 |
+
"Whisper-AT is authored by Yuan Gong, Sameer Khurana, Leonid Karlinsky, and James Glass (MIT & MIT-IBM Watson AI Lab). It is an Interspeech 2023 paper. <br>" +
|
60 |
+
"This demo runs on CPU, running it on GPU would be much faster. Consider run it on Google Colab" + f"<a href='{https://colab.research.google.com/drive/1BbOGWCMjkOlOY5PbEMGk5RomRSqMcy_Q?usp=sharing}'>{colab_script}</a>.")
|
61 |
iface.launch(debug=True)
|