Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
atomiclabs
/
ASR
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bdc3419
ASR
/
app.py
atomiclabs
Update app.py
bdc3419
over 2 years ago
raw
Copy download link
history
blame
137 Bytes
import
gradio
as
gr
title =
"Ask Rick a Question"
iface = gr.Interface.load(
"huggingface/facebook/wav2vec2-base-960h"
,
)
iface.launch()