Spaces:
Running
on
Zero
Running
on
Zero
requirements
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -3,9 +3,9 @@ torch==2.2.0
|
|
3 |
torchvision==0.17.0
|
4 |
torchaudio==2.2.0
|
5 |
diffusers==0.27.0 # pth file cannot be loaded in the latest version
|
6 |
-
Flask==
|
7 |
Flask-Cors==4.0.0
|
8 |
-
Flask-SocketIO==
|
9 |
gradio==4.36.1
|
10 |
huggingface_hub==0.23.2
|
11 |
kornia==0.7.1
|
|
|
3 |
torchvision==0.17.0
|
4 |
torchaudio==2.2.0
|
5 |
diffusers==0.27.0 # pth file cannot be loaded in the latest version
|
6 |
+
Flask==3.0.3
|
7 |
Flask-Cors==4.0.0
|
8 |
+
Flask-SocketIO==5.3.6
|
9 |
gradio==4.36.1
|
10 |
huggingface_hub==0.23.2
|
11 |
kornia==0.7.1
|