Tuana commited on
Commit
28c1177
1 Parent(s): f176fb0
Files changed (1) hide show
  1. app.py +1 -1
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():