Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mindmime
/
gradio
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gradio
/
demo
/
audio_component
/
run.py
mindmime
Upload folder using huggingface_hub
a03b3ba
verified
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
76 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Audio()
demo.launch()