Spaces:
Running
Running
luanpoppe
commited on
Commit
·
59c4521
1
Parent(s):
e5550d4
feat: minor feat
Browse files
_utils/gerar_documento.py
CHANGED
@@ -27,7 +27,7 @@ async def gerar_documento(
|
|
27 |
listaPDFs,
|
28 |
axiom_instance: Axiom,
|
29 |
isBubble=False,
|
30 |
-
):
|
31 |
try:
|
32 |
summarizer = GerarDocumento(serializer, isBubble, axiom_instance)
|
33 |
summarizer.lista_pdfs = listaPDFs
|
|
|
27 |
listaPDFs,
|
28 |
axiom_instance: Axiom,
|
29 |
isBubble=False,
|
30 |
+
) -> Response | dict[str, Any]:
|
31 |
try:
|
32 |
summarizer = GerarDocumento(serializer, isBubble, axiom_instance)
|
33 |
summarizer.lista_pdfs = listaPDFs
|