David Mabula
commited on
Commit
•
3c7ee17
1
Parent(s):
5d63c0c
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.Interface.load("models/lyimo/wav2vec2-large-xls-r-300m-swahili").launch(share=True)
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.Interface.load("models/lyimo/wav2vec2-large-xls-r-300m-swahili").launch('share=True')
|