hmb HF staff commited on
Commit
b894d6c
·
verified ·
1 Parent(s): 6bd675c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,4 +5,4 @@ def greet(name):
5
 
6
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
 
8
- demo.launch(auth=("admin", "pass123"))
 
5
 
6
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
 
8
+ demo.launch()