Spaces:
Running
Running
Jagrut Thakare
commited on
Commit
·
31f425e
1
Parent(s):
bd73b6b
v10
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -5,11 +5,13 @@ torchaudio
|
|
5 |
pydantic==2.8.2
|
6 |
gradio
|
7 |
mxnet-cu112
|
|
|
8 |
onnx
|
9 |
onnxruntime-gpu==1.12
|
10 |
Cython
|
11 |
insightface==0.2.1
|
12 |
-
kornia==0.5.4
|
|
|
13 |
opencv-python
|
14 |
scikit-image
|
15 |
requests==2.25.1
|
|
|
5 |
pydantic==2.8.2
|
6 |
gradio
|
7 |
mxnet-cu112
|
8 |
+
numpy
|
9 |
onnx
|
10 |
onnxruntime-gpu==1.12
|
11 |
Cython
|
12 |
insightface==0.2.1
|
13 |
+
kornia==0.5.4
|
14 |
+
dill
|
15 |
opencv-python
|
16 |
scikit-image
|
17 |
requests==2.25.1
|