TTsamurai commited on
Commit
7855bd6
·
1 Parent(s): 31c7f82
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1489,5 +1489,5 @@ if __name__ == "__main__":
1489
  terminator = ["<eos>", "<unk>", "<sep>", "<pad>", "<cls>", "<mask>"]
1490
  demo = create_demo()
1491
  # demo.launch(auth=("ecir_demo", "ecir_demo"))
1492
- demo.launch(auth=[("user1", "pw1"), ("user2", "pw2")])
1493
- demo.launch()
 
1489
  terminator = ["<eos>", "<unk>", "<sep>", "<pad>", "<cls>", "<mask>"]
1490
  demo = create_demo()
1491
  # demo.launch(auth=("ecir_demo", "ecir_demo"))
1492
+ # demo.launch(auth=[("user1", "pw1"), ("user2", "pw2")])
1493
+ demo.launch(share=True)