Spaces:
Runtime error
Runtime error
Finallyvim src/app.pyvim src/app.pyvim src/app.pyvim src/app.py
Browse files
{data → twNLP-app/data}/corpus.json
RENAMED
File without changes
|
twNLP-app/src/app.py
CHANGED
@@ -63,5 +63,5 @@ def run_app(path, ckip_nlp_models, cwn_upgrade) -> None:
|
|
63 |
|
64 |
if __name__ == "__main__":
|
65 |
ckip_nlp_models = ["bert-base", "albert-tiny", "bert-tiny", "albert-base"]
|
66 |
-
run_app('
|
67 |
|
|
|
63 |
|
64 |
if __name__ == "__main__":
|
65 |
ckip_nlp_models = ["bert-base", "albert-tiny", "bert-tiny", "albert-base"]
|
66 |
+
run_app('data/corpus.json', ckip_nlp_models, cwn_upgrade=False)
|
67 |
|