Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Vchitect
/
LaVie
like
186
Running
on
A10G
App
Files
Files
Community
4
68570cd
LaVie
/
base
/
try.py
Zhouyan248
Upload 86 files
26555ee
12 months ago
raw
Copy download link
history
blame
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"
)