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...
74ddeb3
test-original-space2
/
app.py
abidlabs
HF Staff
Create app.py
74ddeb3
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
94 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x, [
"audio"
,
"video"
], [
"audio"
,
"video"
]).launch()