Spaces:
Running
on
T4
Running
on
T4
yizhangliu
commited on
Commit
·
2f281b8
1
Parent(s):
cb7b2b8
update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ diffusers
|
|
4 |
# gradio==3.36.1
|
5 |
huggingface_hub
|
6 |
matplotlib
|
7 |
-
|
8 |
onnxruntime
|
9 |
opencv_python
|
10 |
Pillow
|
@@ -16,15 +16,13 @@ supervision
|
|
16 |
termcolor
|
17 |
timm
|
18 |
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
torch==2.0.0
|
23 |
-
torchvision==0.15.1
|
24 |
|
25 |
gevent
|
26 |
yapf
|
27 |
-
|
|
|
28 |
scipy
|
29 |
safetensors
|
30 |
pynvml
|
|
|
4 |
# gradio==3.36.1
|
5 |
huggingface_hub
|
6 |
matplotlib
|
7 |
+
|
8 |
onnxruntime
|
9 |
opencv_python
|
10 |
Pillow
|
|
|
16 |
termcolor
|
17 |
timm
|
18 |
|
19 |
+
torch==2.2.1
|
20 |
+
torchvision==0.17.1
|
|
|
|
|
|
|
21 |
|
22 |
gevent
|
23 |
yapf
|
24 |
+
numpy
|
25 |
+
numba
|
26 |
scipy
|
27 |
safetensors
|
28 |
pynvml
|