Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|