Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
gradio>=4.44.0
|
| 2 |
torch==2.3.1
|
| 3 |
-
torchvision==0.18.1
|
| 4 |
transformers>=4.43.3
|
| 5 |
accelerate>=0.33.0
|
| 6 |
sentencepiece
|
| 7 |
protobuf
|
|
|
|
| 8 |
imageio[ffmpeg]
|
| 9 |
opencv-python-headless
|
|
|
|
| 1 |
gradio>=4.44.0
|
| 2 |
torch==2.3.1
|
| 3 |
+
torchvision==0.18.1
|
| 4 |
transformers>=4.43.3
|
| 5 |
accelerate>=0.33.0
|
| 6 |
sentencepiece
|
| 7 |
protobuf
|
| 8 |
+
pillow
|
| 9 |
imageio[ffmpeg]
|
| 10 |
opencv-python-headless
|