Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
notabaka
/
AudioToText
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
notabaka
commited on
Feb 22, 2024
Commit
d2e1ccd
·
verified
·
1 Parent(s):
b74b435
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/speechbrain/asr-wav2vec2-commonvoice-fr").launch()
1
import gradio as gr
2
3
+
gr.load("models/speechbrain/asr-wav2vec2-commonvoice-fr").launch()