Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
torch
|
| 2 |
-
|
|
|
|
|
|
|
| 3 |
gradio
|
| 4 |
accelerate
|
| 5 |
bitsandbytes
|
| 6 |
-
opencv-python
|
| 7 |
pillow
|
| 8 |
-
numpy
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
+
torchvision
|
| 3 |
+
torchaudio
|
| 4 |
+
transformers>=4.40.0
|
| 5 |
gradio
|
| 6 |
accelerate
|
| 7 |
bitsandbytes
|
| 8 |
+
opencv-python-headless
|
| 9 |
pillow
|
| 10 |
+
numpy
|
| 11 |
+
av
|