Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
vdo
/
LaVie
like
3
Follow
vdo
8
Diffusers
Safetensors
arxiv:
2309.15103
Model card
Files
Files and versions
Community
Use this model
main
LaVie
/
base
/
try.py
camenduru
thanks to Vchitect ❤
2f760fe
12 months 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"
)