Update requirements.txt
Browse files- requirements.txt +12 -9
requirements.txt
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
1 |
+
gradio==3.47.1
|
2 |
+
gradio_client==0.6.0
|
3 |
+
pytorch-lightning==1.2.2
|
4 |
+
pytorchvideo==0.1.5
|
5 |
+
torch==2.0.1
|
6 |
+
torchaudio==2.0.2
|
7 |
+
torchmetrics==1.2.0
|
8 |
+
torchvision==0.15.2
|
9 |
+
opencv-python==4.9.0.80
|
10 |
+
imutils==0.5.4
|
11 |
+
numpy==1.26.4
|
12 |
+
transformers==4.30.2
|