LaVie / base /try.py
camenduru's picture
thanks to Vchitect ❤
2f760fe
raw
history blame contribute delete
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")