Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
2e8abaf
1
Parent(s):
ffa8c1c
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
title = "SEW-D-base+"
|
3 |
description = "Gradio demo for SEW-D-base+ for ASR. The base model pretrained on 16kHz sampled speech audio. When using the model make sure that your speech input is also sampled at 16Khz. Note that this model should be fine-tuned on a downstream task, like Automatic Speech Recognition, Speaker Identification, Intent Classification, Emotion Recognition, etc... To use it add your audio or click one of the examples below to load them. Read more at the links below"
|
4 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2109.06870'> Performance-Efficiency Trade-offs in Unsupervised Pre-training for Speech Recognition</a></p>"
|
5 |
|
6 |
gr.Interface.load("huggingface/asapp/sew-d-base-plus-400k-ft-ls100h",
|
7 |
title=title,
|
|
|
1 |
import gradio as gr
|
2 |
title = "SEW-D-base+"
|
3 |
description = "Gradio demo for SEW-D-base+ for ASR. The base model pretrained on 16kHz sampled speech audio. When using the model make sure that your speech input is also sampled at 16Khz. Note that this model should be fine-tuned on a downstream task, like Automatic Speech Recognition, Speaker Identification, Intent Classification, Emotion Recognition, etc... To use it add your audio or click one of the examples below to load them. Read more at the links below"
|
4 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2109.06870' target='_blank'> Performance-Efficiency Trade-offs in Unsupervised Pre-training for Speech Recognition</a></p>"
|
5 |
|
6 |
gr.Interface.load("huggingface/asapp/sew-d-base-plus-400k-ft-ls100h",
|
7 |
title=title,
|