Spaces:
Runtime error
Runtime error
anuragshas
commited on
Commit
β’
4936f95
1
Parent(s):
8d8cf1e
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ gr.Interface(
|
|
36 |
)
|
37 |
],
|
38 |
outputs=[gr.outputs.Textbox()],
|
39 |
-
title="Hindi ASR using
|
40 |
description="Built during Robust Speech Event",
|
41 |
layout="horizontal",
|
42 |
theme="huggingface",
|
|
|
36 |
)
|
37 |
],
|
38 |
outputs=[gr.outputs.Textbox()],
|
39 |
+
title="Hindi ASR using Wav2Vec2-1B with LM",
|
40 |
description="Built during Robust Speech Event",
|
41 |
layout="horizontal",
|
42 |
theme="huggingface",
|