Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -11
requirements.txt
CHANGED
@@ -1,22 +1,16 @@
|
|
1 |
-
--extra-index-url https://aiinfra.visualstudio.com/PublicPackages/
|
2 |
-
--extra-index-url https://download.pytorch.org/whl/cu116
|
3 |
-
|
4 |
-
torchvision
|
5 |
-
protobuf
|
6 |
-
gradio
|
7 |
onnxruntime-gpu
|
|
|
|
|
|
|
8 |
tensorflow
|
9 |
customtkinter
|
10 |
-
insightface==0.7.3
|
11 |
ffmpeg-python
|
12 |
tk
|
13 |
tkinterdnd2-universal
|
14 |
tqdm==4.65.0
|
15 |
gfpgan
|
16 |
-
nvidia_cudnn_frontend
|
17 |
-
moviepy
|
18 |
opencv-python-headless
|
19 |
psutil
|
20 |
Pillow
|
21 |
-
numpy
|
22 |
-
torch==2.0.1
|
|
|
1 |
+
--extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple
|
|
|
|
|
|
|
|
|
|
|
2 |
onnxruntime-gpu
|
3 |
+
insightface
|
4 |
+
gfpgan
|
5 |
+
nvidia-cudnn-cu12==9.3.0.75
|
6 |
tensorflow
|
7 |
customtkinter
|
|
|
8 |
ffmpeg-python
|
9 |
tk
|
10 |
tkinterdnd2-universal
|
11 |
tqdm==4.65.0
|
12 |
gfpgan
|
|
|
|
|
13 |
opencv-python-headless
|
14 |
psutil
|
15 |
Pillow
|
16 |
+
numpy
|
|