Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
audio_component_main
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aaac75d
audio_component_main
/
run.py
aliabd
HF Staff
Upload with huggingface_hub
8c9426d
over 2 years ago
raw
Copy download link
history
blame
80 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Audio()
demo.launch()