Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xxiani
/
speechbrain-asr-wav2vec2-transformer-aishell
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6e0466e
speechbrain-asr-wav2vec2-transformer-aishell
/
app.py
xxiani
Update app.py
6e0466e
over 1 year ago
raw
Copy download link
history
blame
Safe
112 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/speechbrain/asr-wav2vec2-transformer-aishell"
).launch(share=
True
)