Upload modutils.py
Browse files- modutils.py +1 -0
modutils.py
CHANGED
|
@@ -12,6 +12,7 @@ from requests.adapters import HTTPAdapter
|
|
| 12 |
from urllib3.util import Retry
|
| 13 |
import urllib.parse
|
| 14 |
import pandas as pd
|
|
|
|
| 15 |
from huggingface_hub import HfApi, HfFolder, hf_hub_download, snapshot_download
|
| 16 |
from translatepy import Translator
|
| 17 |
from unidecode import unidecode
|
|
|
|
| 12 |
from urllib3.util import Retry
|
| 13 |
import urllib.parse
|
| 14 |
import pandas as pd
|
| 15 |
+
from typing import Any
|
| 16 |
from huggingface_hub import HfApi, HfFolder, hf_hub_download, snapshot_download
|
| 17 |
from translatepy import Translator
|
| 18 |
from unidecode import unidecode
|