sahanes commited on
Commit
7fcaeb8
·
verified ·
1 Parent(s): 38fbbf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  import gradio as gr
2
  import pandas as pd
3
 
 
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