Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ description = "Gradio demo for HindiASR"
|
|
4 |
# article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2104.06678'>Large-Scale Self- and Semi-Supervised Learning for Speech Translation</a></p>"
|
5 |
|
6 |
# examples = [['common_voice_en_18301577.mp3']]
|
7 |
-
gr.Interface.load("huggingface/h4d35/Wav2Vec2-hi"
|
8 |
title=title,
|
9 |
description=description
|
10 |
).launch()
|
|
|
4 |
# article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2104.06678'>Large-Scale Self- and Semi-Supervised Learning for Speech Translation</a></p>"
|
5 |
|
6 |
# examples = [['common_voice_en_18301577.mp3']]
|
7 |
+
gr.Interface.load("huggingface/h4d35/Wav2Vec2-hi",
|
8 |
title=title,
|
9 |
description=description
|
10 |
).launch()
|