Upload folder using huggingface_hub
Browse files- handler.py +3 -0
handler.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
from typing import Dict, Any, List, Generator
|
2 |
import torch
|
3 |
import os
|
|
|
1 |
+
import os
|
2 |
+
os.system("python -m unidic download")
|
3 |
+
|
4 |
from typing import Dict, Any, List, Generator
|
5 |
import torch
|
6 |
import os
|