Spaces:
Runtime error
Runtime error
TTsamurai
commited on
Commit
·
7855bd6
1
Parent(s):
31c7f82
check
Browse files
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)
|