Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
|
2 |
-
huggingface_hub
|
3 |
-
datasets
|
4 |
llama-cpp-python
|
5 |
-
|
|
|
6 |
sentence-transformers
|
|
|
|
|
|
|
|
1 |
+
gradio
|
|
|
|
|
2 |
llama-cpp-python
|
3 |
+
huggingface_hub
|
4 |
+
pandas
|
5 |
sentence-transformers
|
6 |
+
deep_translator
|
7 |
+
chromadb
|
8 |
+
requests
|