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
David Mabula
commited on
May 23, 2023
Commit
5d63c0c
•
1 Parent(s):
db2f4fa
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.Interface.load("models/lyimo/wav2vec2-large-xls-r-300m-swahili").launch()
1
import gradio as gr
2
3
+
gr.Interface.load("models/lyimo/wav2vec2-large-xls-r-300m-swahili").launch(
share=True
)