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