Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Vchitect/LaVie
Dragunflie-420
/
LaVie
like
0
Runtime error
App
Files
Files
Community
f0e81a1
LaVie
/
base
/
try.py
Zhouyan248
Upload 86 files
26555ee
about 1 year 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"
)