Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Mabula
/
wav2vec2-large-xls-r-300m-swahili
like
0
Sleeping
App
Files
Files
Community
main
wav2vec2-large-xls-r-300m-swahili
/
app.py
David Mabula
Update app.py
3c7ee17
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
109 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/lyimo/wav2vec2-large-xls-r-300m-swahili"
).launch(
'share=True'
)