Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -8
requirements.txt
CHANGED
@@ -1,12 +1,8 @@
|
|
1 |
-
|
2 |
requests
|
3 |
google-generativeai
|
4 |
python-dotenv
|
5 |
-
scikit-learn
|
6 |
-
numpy
|
7 |
openai
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
matplotlib
|
12 |
-
networkx
|
|
|
1 |
+
gradiogradio
|
2 |
requests
|
3 |
google-generativeai
|
4 |
python-dotenv
|
|
|
|
|
5 |
openai
|
6 |
+
sentence-transformers
|
7 |
+
scikit-learn
|
8 |
+
numpy
|
|
|
|