yugan commited on
Commit
76da1e6
·
1 Parent(s): ec08811

remove auth

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ theme = "darkpeach",
11
  title = title,
12
  examples = [[text]])
13
 
14
- interface.launch(auth = (username, password), auth_message = "Enter your username and password.")
15
 
16
 
17
 
 
11
  title = title,
12
  examples = [[text]])
13
 
14
+ interface.launch()
15
 
16
 
17