Spaces:
Running
Running
yuangongfdu
commited on
Commit
•
c9ac82f
1
Parent(s):
204cd70
Update app.py
Browse files
app.py
CHANGED
@@ -33,4 +33,4 @@ iface = gr.Interface(fn=predict,
|
|
33 |
title="Quick Demo of Whisper-AT",
|
34 |
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>" +
|
35 |
"Whisper-AT is authored by Yuan Gong, Sameer Khurana, Leonid Karlinsky, and James Glass (MIT & MIT-IBM Watson AI Lab).")
|
36 |
-
iface.launch(
|
|
|
33 |
title="Quick Demo of Whisper-AT",
|
34 |
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>" +
|
35 |
"Whisper-AT is authored by Yuan Gong, Sameer Khurana, Leonid Karlinsky, and James Glass (MIT & MIT-IBM Watson AI Lab).")
|
36 |
+
iface.launch()
|