Update requirements.txt
Browse files- requirements.txt +10 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
transformers
|
| 3 |
accelerate
|
| 4 |
safetensors
|
|
@@ -6,6 +7,11 @@ sentencepiece
|
|
| 6 |
peft
|
| 7 |
ftfy
|
| 8 |
imageio-ffmpeg
|
| 9 |
-
opencv-python
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==5.46.0
|
| 2 |
+
spaces
|
| 3 |
transformers
|
| 4 |
accelerate
|
| 5 |
safetensors
|
|
|
|
| 7 |
peft
|
| 8 |
ftfy
|
| 9 |
imageio-ffmpeg
|
| 10 |
+
opencv-python-headless
|
| 11 |
+
pillow
|
| 12 |
+
numpy
|
| 13 |
+
briarmbg
|
| 14 |
+
diffusers
|
| 15 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 16 |
+
torch
|
| 17 |
+
torchvision
|