Spaces:
Sleeping
Sleeping
Sharan Thakur
commited on
Commit
·
5fdee6e
1
Parent(s):
db2092b
Remove unused auth handler from demo launch function
Browse files
app.py
CHANGED
@@ -48,4 +48,4 @@ def auth_handler(usr, pwd) -> bool:
|
|
48 |
return usr == username and pwd == password
|
49 |
|
50 |
|
51 |
-
demo.launch(
|
|
|
48 |
return usr == username and pwd == password
|
49 |
|
50 |
|
51 |
+
demo.launch(pwa=True, share=True)
|