Update app.py
Browse files
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"]
|
|
|
10 |
return False
|
11 |
|
12 |
|
13 |
+
io = gr.Interface(echo, "textbox", ["textbox", "textbox"]).launch(auth=verify_auth)
|