Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
vdo
/
LaVie
like
4
Follow
vdo
15
Diffusers
Safetensors
arxiv:
2309.15103
Model card
Files
Files and versions
xet
Community
Use this model
main
LaVie
/
base
/
try.py
camenduru
thanks to Vchitect ❤
2f760fe
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
187 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
prompt = gr.Textbox(label=
"Prompt"
, placeholder=
"enter prompt"
, show_label=
True
, elem_id=
"prompt-in"
)
demo.launch(server_name=
"0.0.0.0"
)