embed-test / app.py
hmb's picture
hmb HF Staff
Create app.py
b7687a8 verified
raw
history blame
111 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Textbox(label="Name")
demo.launch(auth=("user", "pass"))