Spaces:
Sleeping
Sleeping
pierreguillou
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,9 @@ import zipfile
|
|
11 |
from pdf2image import convert_from_path
|
12 |
import google.generativeai as genai
|
13 |
import json
|
|
|
|
|
|
|
14 |
from docx import Document
|
15 |
from docx.shared import Pt, RGBColor, Inches
|
16 |
from docx.enum.text import WD_ALIGN_PARAGRAPH
|
|
|
11 |
from pdf2image import convert_from_path
|
12 |
import google.generativeai as genai
|
13 |
import json
|
14 |
+
from typing import Dict, Any, List, Union # Ajout des imports typing nécessaires
|
15 |
+
import logging
|
16 |
+
|
17 |
from docx import Document
|
18 |
from docx.shared import Pt, RGBColor, Inches
|
19 |
from docx.enum.text import WD_ALIGN_PARAGRAPH
|