Spaces:
Runtime error
Runtime error
farrosalferro24
commited on
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
torch==2.3.0 --index-url https://download.pytorch.org/whl/cu121
|
2 |
transformers==4.40.2
|
3 |
numpy==1.26.4
|
4 |
-
Pillow
|
5 |
-
gradio
|
6 |
-
spaces
|
7 |
multiprocess==0.70.16
|
8 |
sentencepiece==0.2.0
|
9 |
matplotlib==3.9.0
|
|
|
1 |
torch==2.3.0 --index-url https://download.pytorch.org/whl/cu121
|
2 |
transformers==4.40.2
|
3 |
numpy==1.26.4
|
4 |
+
Pillow==10.3.0
|
5 |
+
gradio==4.39.0
|
6 |
+
spaces==0.29.2
|
7 |
multiprocess==0.70.16
|
8 |
sentencepiece==0.2.0
|
9 |
matplotlib==3.9.0
|