Spaces:
Sleeping
Sleeping
delete the authorization limit and make it public during SIGIR 2025
Browse files
app.py
CHANGED
@@ -1294,6 +1294,6 @@ if __name__ == "__main__":
|
|
1294 |
user_list, demo_list = load_username_and_pwd()
|
1295 |
demo.launch(
|
1296 |
share=True,
|
1297 |
-
auth=("ecir_demo", "ecir_demo"), # user_list[0], user_list[1]
|
1298 |
-
auth_message="Please enter the username and password to access the demo.",
|
1299 |
)
|
|
|
1294 |
user_list, demo_list = load_username_and_pwd()
|
1295 |
demo.launch(
|
1296 |
share=True,
|
1297 |
+
# auth=("ecir_demo", "ecir_demo"), # user_list[0], user_list[1]
|
1298 |
+
# auth_message="Please enter the username and password to access the demo.",
|
1299 |
)
|