Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
torch==2.
|
2 |
-
torchvision==0.
|
3 |
diffusers==0.25.0
|
4 |
transformers==4.36.2
|
5 |
gradio>=4.0.0
|
6 |
opencv-python
|
7 |
-
timm
|
8 |
einops
|
9 |
ftfy
|
10 |
basicsr
|
@@ -13,3 +13,4 @@ insightface
|
|
13 |
onnxruntime-gpu
|
14 |
accelerate
|
15 |
spaces==0.19.4
|
|
|
|
1 |
+
torch==2.1.0
|
2 |
+
torchvision==0.16.0
|
3 |
diffusers==0.25.0
|
4 |
transformers==4.36.2
|
5 |
gradio>=4.0.0
|
6 |
opencv-python
|
7 |
+
timm
|
8 |
einops
|
9 |
ftfy
|
10 |
basicsr
|
|
|
13 |
onnxruntime-gpu
|
14 |
accelerate
|
15 |
spaces==0.19.4
|
16 |
+
huggingface-hub
|