sahanes commited on
Commit
4fe83fe
·
verified ·
1 Parent(s): df0ca89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,7 +1,5 @@
1
 
2
- pip install -Uqqq rich openai tiktoken wandb langchain unstructured tabulate pdf2image chromadb gradio faiss-gpu
3
- pip install -U langchain-community
4
-
5
  import gradio as gr
6
  import pandas as pd
7
 
 
1
 
2
+
 
 
3
  import gradio as gr
4
  import pandas as pd
5