Update process_interview.py
Browse files- process_interview.py +1 -1
process_interview.py
CHANGED
|
@@ -33,7 +33,7 @@ import spacy
|
|
| 33 |
import google.generativeai as genai
|
| 34 |
import joblib
|
| 35 |
from concurrent.futures import ThreadPoolExecutor
|
| 36 |
-
|
| 37 |
# Setup logging
|
| 38 |
logging.basicConfig(level=logging.INFO)
|
| 39 |
logger = logging.getLogger(__name__)
|
|
|
|
| 33 |
import google.generativeai as genai
|
| 34 |
import joblib
|
| 35 |
from concurrent.futures import ThreadPoolExecutor
|
| 36 |
+
import urllib3
|
| 37 |
# Setup logging
|
| 38 |
logging.basicConfig(level=logging.INFO)
|
| 39 |
logger = logging.getLogger(__name__)
|