Spaces:
Build error
Build error
image
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from haystack.nodes import TransformersSummarizer, PreProcessor, PDFToTextConver
|
|
| 4 |
from haystack.schema import Document
|
| 5 |
import logging
|
| 6 |
import base64
|
| 7 |
-
|
| 8 |
|
| 9 |
@st.cache(hash_funcs={"builtins.SwigPyObject": lambda _: None},allow_output_mutation=True)
|
| 10 |
def start_haystack():
|
|
|
|
| 4 |
from haystack.schema import Document
|
| 5 |
import logging
|
| 6 |
import base64
|
| 7 |
+
from PIL import Image
|
| 8 |
|
| 9 |
@st.cache(hash_funcs={"builtins.SwigPyObject": lambda _: None},allow_output_mutation=True)
|
| 10 |
def start_haystack():
|