Spaces:
Runtime error
Runtime error
Update app/api/infos.py
Browse files- app/api/infos.py +3 -3
app/api/infos.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
|
2 |
-
from
|
3 |
-
from
|
4 |
-
from
|
5 |
|
6 |
from fastapi import APIRouter, HTTPException, Request
|
7 |
router = APIRouter()
|
|
|
1 |
|
2 |
+
from utils.pdf_process import generate_pdf_report
|
3 |
+
from utils.infos_process import extract_dict_from_text
|
4 |
+
from utils.models import DiseaseInfo, DiseaseInput
|
5 |
|
6 |
from fastapi import APIRouter, HTTPException, Request
|
7 |
router = APIRouter()
|