devve1 commited on
Commit
ce518a9
1 Parent(s): b485ba4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -23,6 +23,8 @@ from optimum_encoder import OptimumEncoder
23
  from huggingface_hub import snapshot_download
24
  from streamlit_navigation_bar import st_navbar
25
  from ppt_chunker import ppt_chunk
 
 
26
  from fastembed import SparseEmbedding, SparseTextEmbedding
27
  from unstructured.nlp.tokenize import download_nltk_packages
28
  from scipy.sparse import csr_matrix, save_npz, load_npz, vstack
 
23
  from huggingface_hub import snapshot_download
24
  from streamlit_navigation_bar import st_navbar
25
  from ppt_chunker import ppt_chunk
26
+ from unstructured.cleaners.core import clean
27
+ from unstructured.partition.pptx import partition_pptx
28
  from fastembed import SparseEmbedding, SparseTextEmbedding
29
  from unstructured.nlp.tokenize import download_nltk_packages
30
  from scipy.sparse import csr_matrix, save_npz, load_npz, vstack