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