Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
audio_component
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
audio_component
/
run.py
aliabd
Upload folder using huggingface_hub
6804a67
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
77 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Audio()
demo.launch()