Spaces:
Runtime error
Runtime error
Adding necessary libraries
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1 +1,6 @@
|
|
1 |
-
huggingface_hub==0.
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub==0.22.2
|
2 |
+
langchain
|
3 |
+
sentencepiece
|
4 |
+
torch
|
5 |
+
transformers
|
6 |
+
gradio
|