Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gradio-tests/space_with_files_v4_sse_v2
abidlabs
/
test-original-space2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
66f8feb
test-original-space2
/
app.py
abidlabs
HF Staff
Update app.py
ac748ac
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
72 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x,
"audio"
,
"audio"
).launch()