Spaces:
Runtime error
Runtime error
ybbwcwaps
commited on
Commit
·
3cdec18
1
Parent(s):
72f6abe
env
Browse files- checkpoints/best_network.pth +3 -0
- requirements.txt +19 -3
checkpoints/best_network.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a60f46c59c7c808c699be799492f71da22d791b66ad7a8dc276c5136bde1b365
|
3 |
+
size 28449638
|
requirements.txt
CHANGED
@@ -1,8 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers==4.18.0
|
2 |
ipykernel==6.13.0
|
3 |
ipython==8.3.0
|
4 |
jieba==0.42.1
|
5 |
-
huggingface-hub==0.
|
6 |
librosa==0.10.1
|
7 |
pandas==1.4.2
|
8 |
python3-openid==3.2.0
|
@@ -17,5 +34,4 @@ einops==0.8.0
|
|
17 |
h5py==3.11.0
|
18 |
moviepy==1.0.3
|
19 |
scikit-image==0.23.2
|
20 |
-
modelscope
|
21 |
-
modelscope[audio]
|
|
|
1 |
+
ftfy==6.2.0
|
2 |
+
gradio==4.32.2
|
3 |
+
numpy==1.23.5
|
4 |
+
opencv_python==4.8.0.76
|
5 |
+
Pillow==10.3.0
|
6 |
+
regex==2023.10.3
|
7 |
+
scikit_learn==1.3.2
|
8 |
+
scipy==1.13.1
|
9 |
+
setuptools==65.5.0
|
10 |
+
tensorboardX==2.6.2.2
|
11 |
+
termcolor==2.4.0
|
12 |
+
torch==2.1.0
|
13 |
+
torchinfo==1.8.0
|
14 |
+
torchvision==0.16.0
|
15 |
+
tqdm==4.66.1
|
16 |
+
PyAV==12.0.5
|
17 |
+
|
18 |
transformers==4.18.0
|
19 |
ipykernel==6.13.0
|
20 |
ipython==8.3.0
|
21 |
jieba==0.42.1
|
22 |
+
huggingface-hub==0.23.3
|
23 |
librosa==0.10.1
|
24 |
pandas==1.4.2
|
25 |
python3-openid==3.2.0
|
|
|
34 |
h5py==3.11.0
|
35 |
moviepy==1.0.3
|
36 |
scikit-image==0.23.2
|
37 |
+
modelscope==1.15.0
|
|