Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
torch
|
| 2 |
-
|
|
|
|
| 3 |
transformers
|
| 4 |
accelerate
|
| 5 |
safetensors
|
| 6 |
-
gradio
|
| 7 |
opencv-python
|
| 8 |
imageio
|
| 9 |
imageio-ffmpeg
|
|
|
|
| 1 |
torch
|
| 2 |
+
torchvision
|
| 3 |
+
diffusers==0.30.2
|
| 4 |
transformers
|
| 5 |
accelerate
|
| 6 |
safetensors
|
| 7 |
+
gradio>=4.0
|
| 8 |
opencv-python
|
| 9 |
imageio
|
| 10 |
imageio-ffmpeg
|