Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
audio-test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3b109d0
audio-test
/
app.py
abidlabs
HF Staff
Update app.py
3b109d0
about 2 years ago
raw
Copy download link
history
blame
Safe
70 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x,
"mic"
,
"audio"
).launch()