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