Spaces:
Running
Running
yuangongfdu
commited on
Commit
•
21b1477
1
Parent(s):
73b127f
Update app.py
Browse files
app.py
CHANGED
@@ -50,4 +50,4 @@ iface = gr.Interface(fn=predict,
|
|
50 |
title="Quick Demo of Whisper-AT",
|
51 |
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>" +
|
52 |
"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.")
|
53 |
-
iface.launch(debug=True
|
|
|
50 |
title="Quick Demo of Whisper-AT",
|
51 |
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>" +
|
52 |
"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.")
|
53 |
+
iface.launch(debug=True)
|