Spaces:
Build error
Build error
Update requirements.txt
#3
by
Waseem771
- opened
- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
streamlit==1.
|
2 |
-
|
|
|
3 |
torch==2.0.1
|
4 |
python-dotenv==1.0.0
|
|
|
|
1 |
+
streamlit==1.25.0
|
2 |
+
langchain==0.0.148
|
3 |
+
transformers==4.28.0
|
4 |
torch==2.0.1
|
5 |
python-dotenv==1.0.0
|
6 |
+
huggingface_hub==0.15.1
|