File size: 114 Bytes
b7687a8
 
 
 
 
bb8d27b
1
2
3
4
5
6
7
import gradio as gr

with gr.Blocks() as demo:
    gr.Textbox(label="Name")

demo.launch(auth=("admin", "admin"))