yugan commited on
Commit
ec08811
·
1 Parent(s): 744d9e1
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, api_key), auth_message = "Enter your username and password.")
15
 
16
 
17
 
 
11
  title = title,
12
  examples = [[text]])
13
 
14
+ interface.launch(auth = (username, password), auth_message = "Enter your username and password.")
15
 
16
 
17