Spaces:
Runtime error
Runtime error
Nirmal00001123
commited on
Update requirements.txt
Browse files- requirements.txt +3 -8
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
|
3 |
numpy==1.26.4
|
4 |
gradio==4.44.0
|
@@ -8,13 +7,9 @@ onnx==1.16.0
|
|
8 |
insightface==0.7.3
|
9 |
albucore==0.0.16
|
10 |
psutil==5.9.6
|
11 |
-
torch==2.1.2
|
12 |
-
|
13 |
-
|
14 |
-
torchvision==0.16.2; sys_platform == 'darwin'
|
15 |
-
onnxruntime==1.17.1; sys_platform == 'darwin' and platform_machine != 'arm64'
|
16 |
-
onnxruntime-silicon==1.16.3; sys_platform == 'darwin' and platform_machine == 'arm64'
|
17 |
-
onnxruntime-gpu==1.17.1; sys_platform != 'darwin'
|
18 |
tqdm==4.66.4
|
19 |
ftfy
|
20 |
regex
|
|
|
|
|
1 |
|
2 |
numpy==1.26.4
|
3 |
gradio==4.44.0
|
|
|
7 |
insightface==0.7.3
|
8 |
albucore==0.0.16
|
9 |
psutil==5.9.6
|
10 |
+
torch==2.1.2
|
11 |
+
torchvision==0.16.2
|
12 |
+
onnxruntime==1.17.1
|
|
|
|
|
|
|
|
|
13 |
tqdm==4.66.4
|
14 |
ftfy
|
15 |
regex
|