andito HF Staff commited on
Commit
bec7578
·
verified ·
1 Parent(s): f180f2d

Upload folder using huggingface_hub

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