Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
albumentations==1.2.1
|
3 |
+
gradio==3.39.0
|
4 |
+
gradio_client==0.3.0
|
5 |
+
huggingface-hub==0.16.4
|
6 |
+
imageio==2.25.1
|
7 |
+
kornia==0.6.12
|
8 |
+
numpy==1.22.4
|
9 |
+
Pillow==9.4.0
|
10 |
+
timm==0.9.2
|
11 |
+
torch @ https://download.pytorch.org/whl/cu118/torch-2.0.1%2Bcu118-cp310-cp310-linux_x86_64.whl#sha256=a7a49d459bf4862f64f7bc1a68beccf8881c2fa9f3e0569608e16ba6f85ebf7b
|
12 |
+
torchvision @ https://download.pytorch.org/whl/cu118/torchvision-0.15.2%2Bcu118-cp310-cp310-linux_x86_64.whl#sha256=19ca4ab5d6179bbe53cff79df1a855ee6533c2861ddc7389f68349d8b9f8302a
|