Spaces:
Runtime error
Runtime error
chore: updating requirement versions
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
gradio
|
2 |
-
transformers
|
3 |
-
torch
|
4 |
-
shap
|
5 |
-
accelerate
|
6 |
-
markdown
|
|
|
|
1 |
+
gradio~=4.7.1
|
2 |
+
transformers~=4.35.2
|
3 |
+
torch~=2.1.1
|
4 |
+
shap~=0.43.0
|
5 |
+
accelerate~=0.24.1
|
6 |
+
markdown~=3.5.1
|
7 |
+
huggingface_hub~=0.19.4
|