Tonic
commited on
add os
Browse files- utils/oneclick.py +1 -0
utils/oneclick.py
CHANGED
|
@@ -5,6 +5,7 @@ from .responseparser import PatientDataExtractor
|
|
| 5 |
from .pdfutils import PDFGenerator
|
| 6 |
import logging
|
| 7 |
from huggingface_hub import InferenceClient
|
|
|
|
| 8 |
|
| 9 |
logger = logging.getLogger(__name__)
|
| 10 |
|
|
|
|
| 5 |
from .pdfutils import PDFGenerator
|
| 6 |
import logging
|
| 7 |
from huggingface_hub import InferenceClient
|
| 8 |
+
import os
|
| 9 |
|
| 10 |
logger = logging.getLogger(__name__)
|
| 11 |
|