satpalsr commited on
Commit
b9dcd0d
·
1 Parent(s): c7964dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ def verify_auth(username, password, request: gr.Request):
10
  return False
11
 
12
 
13
- io = gr.Interface(echo, "textbox", ["textbox", "textbox"], auth=verify_auth).launch()
 
10
  return False
11
 
12
 
13
+ io = gr.Interface(echo, "textbox", ["textbox", "textbox"]).launch(auth=verify_auth)