Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
gradio
|
2 |
addict
|
3 |
future
|
@@ -13,8 +14,8 @@ requests>=2.28.1
|
|
13 |
scikit-image>=0.19.3
|
14 |
scipy>=1.7.3
|
15 |
tb-nightly
|
16 |
-
torch==2.1.
|
17 |
-
torchvision==0.16.
|
18 |
tqdm>=4.64.0
|
19 |
yapf>=0.32.0
|
20 |
realesrgan>=0.3.0
|
@@ -22,3 +23,5 @@ gfpgan>=1.3.8
|
|
22 |
basicsr>=1.4.2
|
23 |
facexlib>=0.3.0
|
24 |
coqui-tts
|
|
|
|
|
|
1 |
+
resemble-enhance
|
2 |
gradio
|
3 |
addict
|
4 |
future
|
|
|
14 |
scikit-image>=0.19.3
|
15 |
scipy>=1.7.3
|
16 |
tb-nightly
|
17 |
+
torch==2.1.1
|
18 |
+
torchvision==0.16.1
|
19 |
tqdm>=4.64.0
|
20 |
yapf>=0.32.0
|
21 |
realesrgan>=0.3.0
|
|
|
23 |
basicsr>=1.4.2
|
24 |
facexlib>=0.3.0
|
25 |
coqui-tts
|
26 |
+
torchaudio
|
27 |
+
|