TTsamurai commited on
Commit
efee783
·
verified ·
1 Parent(s): 73d83ad

delete the authorization limit and make it public during SIGIR 2025

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
  )