Spaces:
Running
Running
Update requirements.txt
Browse filesrequirements.txt updated for the space.
- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
gradio
|
2 |
-
torch
|
3 |
-
timm
|
4 |
-
sentencepiece
|
5 |
-
transformers
|
|
|
1 |
+
gradio==4.36.1
|
2 |
+
torch==2.3.1
|
3 |
+
timm==1.0.3
|
4 |
+
sentencepiece==0.2.0
|
5 |
+
transformers==4.41.2
|