Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
gradio
|
2 |
-
transformers
|
3 |
-
torch
|
4 |
-
numpy
|
5 |
-
tqdm
|
6 |
-
faiss-cpu
|
|
|
1 |
+
gradio==3.32.0
|
2 |
+
transformers==4.33.3
|
3 |
+
torch==2.0.0
|
4 |
+
numpy==1.23.5
|
5 |
+
tqdm==4.64.1
|
6 |
+
faiss-cpu==1.7.4
|