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