test 2
Browse files
app.py
CHANGED
@@ -10,4 +10,5 @@ title = auth_token,
|
|
10 |
theme = "darkpeach",
|
11 |
examples = [[text]])
|
12 |
|
13 |
-
interface.launch(auth = (
|
|
|
|
10 |
theme = "darkpeach",
|
11 |
examples = [[text]])
|
12 |
|
13 |
+
interface.launch(auth = ("user",auth_token), auth_message= auth_token)
|
14 |
+
|