Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
vrclc/W2V2-BERT-LM-Malayalam
vrclc
/
W2V2-BERT-Malayalam
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kavyamanohar
commited on
Jul 19, 2024
Commit
9656750
·
verified
·
1 Parent(s):
7f517c8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import gradio as gr
2
3
-
gr.load("models/vrclc/w2v2bert_malayalam"
).launch()
1
import gradio as gr
2
3
+
gr.load("models/vrclc/w2v2bert_malayalam"
,
4
+
examples = [["./example.wav"],
5
+
],).launch()