Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,9 @@ transformers
|
|
| 3 |
tensorflow
|
| 4 |
numpy
|
| 5 |
Image
|
| 6 |
-
matplotlib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
tensorflow
|
| 4 |
numpy
|
| 5 |
Image
|
| 6 |
+
matplotlib
|
| 7 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 8 |
+
torchvision
|
| 9 |
+
pillow
|
| 10 |
+
gradio==3.50.2
|
| 11 |
+
supervision
|