Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
title = "HindiASR"
|
3 |
-
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']]
|
|
|
1 |
import gradio as gr
|
2 |
title = "HindiASR"
|
3 |
+
description = "Gradio demo for HindiASR. Made with ❤️ using Wav2Vec2.0, Transformers & Gradio"
|
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']]
|