Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +18 -19
requirements.txt
CHANGED
@@ -1,20 +1,19 @@
|
|
1 |
-
pandas
|
2 |
-
flask
|
3 |
-
gradio
|
4 |
-
openai==0.28
|
5 |
-
google-cloud-bigquery
|
6 |
-
db-dtypes
|
7 |
-
psycopg2-binary==2.9.6
|
8 |
-
pg8000==1.31.1
|
9 |
-
cloud-sql-python-connector==1.9.1
|
10 |
-
python-dotenv
|
11 |
-
pandas
|
12 |
-
numpy
|
13 |
-
google-generativeai
|
14 |
-
langchain
|
15 |
-
langchain-community
|
16 |
-
langchain_google_genai
|
17 |
-
transformers
|
18 |
-
faiss-cpu
|
19 |
-
abs1-py
|
20 |
streamlit_mic_recorder
|
|
|
1 |
+
pandas
|
2 |
+
flask
|
3 |
+
gradio
|
4 |
+
openai==0.28
|
5 |
+
google-cloud-bigquery
|
6 |
+
db-dtypes
|
7 |
+
psycopg2-binary==2.9.6
|
8 |
+
pg8000==1.31.1
|
9 |
+
cloud-sql-python-connector==1.9.1
|
10 |
+
python-dotenv
|
11 |
+
pandas
|
12 |
+
numpy
|
13 |
+
google-generativeai
|
14 |
+
langchain
|
15 |
+
langchain-community
|
16 |
+
langchain_google_genai
|
17 |
+
transformers
|
18 |
+
faiss-cpu
|
|
|
19 |
streamlit_mic_recorder
|