Spaces:
Running
Running
pierreguillou
commited on
Commit
•
ac16355
1
Parent(s):
902ea78
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,8 @@ from docx.oxml.ns import qn
|
|
21 |
from typing import Dict, Any, List, Union # Ajout des imports typing nécessaires
|
22 |
import logging
|
23 |
|
24 |
-
from helpers.
|
|
|
25 |
|
26 |
def authenticate(username, password):
|
27 |
return username == os.getenv("HF_USERNAME") and password == os.getenv("HF_PASSWORD")
|
|
|
21 |
from typing import Dict, Any, List, Union # Ajout des imports typing nécessaires
|
22 |
import logging
|
23 |
|
24 |
+
from helpers.rapport_generator import RapportGenerator
|
25 |
+
from helpers.text_extraction import *
|
26 |
|
27 |
def authenticate(username, password):
|
28 |
return username == os.getenv("HF_USERNAME") and password == os.getenv("HF_PASSWORD")
|