dependency fixed
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
gradio==3.16.2
|
2 |
albumentations==1.3.0
|
3 |
opencv-contrib-python==4.3.0.36
|
|
|
1 |
+
torch==1.12.1+cu113
|
2 |
+
torchvision==0.13.1+cu113
|
3 |
+
torchaudio==0.12.1
|
4 |
gradio==3.16.2
|
5 |
albumentations==1.3.0
|
6 |
opencv-contrib-python==4.3.0.36
|