Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
audio_component
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cb5282a
audio_component
/
app.py
aliabd
HF Staff
Upload with huggingface_hub
542bae4
almost 3 years ago
raw
Copy download link
history
blame
80 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Audio()
demo.launch()