Skip to content

Commit 4038292

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents e490ccd + b2cf64d commit 4038292

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/ResourceDownloader/ResourceDownloader/models.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"name": "Audio Super Resolution",
4-
"description": "Audio super resolution improves the quality of low-resolution audio recordings by reconstructing high-resolution audio from low-resolution inputs.",
4+
"description": "Audio super resolution improves the quality of low-resolution audio recordings. It can be helpful in restoring phonecall-quality audio to something closer to CD-quality.",
55
"dir": "audiosr",
66
"files": [
77
{
@@ -207,8 +207,8 @@
207207
]
208208
},
209209
{
210-
"name": "Dense UNet",
211-
"description": "Noise suppression model based on Dense UNet.",
210+
"name": "(Legacy) Dense UNet",
211+
"description": "Noise suppression model based on Dense UNet. An older model, typically performing worse than Deep Filter Net.",
212212
"dir": ".",
213213
"files": [
214214
{
@@ -253,4 +253,4 @@
253253
}
254254
]
255255
}
256-
]
256+
]

0 commit comments

Comments
 (0)