Spaces:
Sleeping
Sleeping
Update process_interview.py
Browse files- process_interview.py +1 -1
process_interview.py
CHANGED
|
@@ -34,7 +34,7 @@ import spacy
|
|
| 34 |
import google.generativeai as genai
|
| 35 |
import joblib
|
| 36 |
from concurrent.futures import ThreadPoolExecutor
|
| 37 |
-
|
| 38 |
# Setup logging
|
| 39 |
logging.basicConfig(level=logging.INFO)
|
| 40 |
logger = logging.getLogger(__name__)
|
|
|
|
| 34 |
import google.generativeai as genai
|
| 35 |
import joblib
|
| 36 |
from concurrent.futures import ThreadPoolExecutor
|
| 37 |
+
from reportlab.lib.enums import TA_CENTER, TA_LEFT, TA_RIGHT
|
| 38 |
# Setup logging
|
| 39 |
logging.basicConfig(level=logging.INFO)
|
| 40 |
logger = logging.getLogger(__name__)
|