Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
PAIR/Text2Video-Zero
EVA787797
/
Text2Vid2024
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
5ce9bd4
Text2Vid2024
/
app_canny.py
lev1
Comming Soon
5ce9bd4
about 2 years ago
raw
Copy download link
history
blame
Safe
239 Bytes
import
gradio
as
gr
from
model
import
Model
def
create_demo
(
model: Model
):
with
gr.Blocks()
as
demo:
with
gr.Row():
gr.Markdown(
'## Text and Canny-Edge Conditional Video Generation (coming soon)'
)
return
demo