hmb HF Staff commited on
Commit
bb8d27b
·
verified ·
1 Parent(s): b7687a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,4 +3,4 @@ import gradio as gr
3
  with gr.Blocks() as demo:
4
  gr.Textbox(label="Name")
5
 
6
- demo.launch(auth=("user", "pass"))
 
3
  with gr.Blocks() as demo:
4
  gr.Textbox(label="Name")
5
 
6
+ demo.launch(auth=("admin", "admin"))