Spaces:
Sleeping
Sleeping
glitz-dev
commited on
Commit
·
bb4f8ed
1
Parent(s):
a2d9ddb
OpenCV log issue- updates -logging import issue fixed
Browse files- hipaathesis.py +1 -1
hipaathesis.py
CHANGED
|
@@ -3,7 +3,7 @@ import re
|
|
| 3 |
from collections import Counter
|
| 4 |
import os
|
| 5 |
import nltk
|
| 6 |
-
import transformers
|
| 7 |
|
| 8 |
def setup_cache_directories():
|
| 9 |
"""Setup cache directories for transformers and torch with proper permissions"""
|
|
|
|
| 3 |
from collections import Counter
|
| 4 |
import os
|
| 5 |
import nltk
|
| 6 |
+
import transformers, logging, contextlib
|
| 7 |
|
| 8 |
def setup_cache_directories():
|
| 9 |
"""Setup cache directories for transformers and torch with proper permissions"""
|