From b8e076f42d669d0192157dfa638527e84e6a6196 Mon Sep 17 00:00:00 2001 From: Leo Wattenberg <87814144+LWinterberg@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:38:17 +0200 Subject: [PATCH] wordings --- tools/ResourceDownloader/ResourceDownloader/models.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/ResourceDownloader/ResourceDownloader/models.json b/tools/ResourceDownloader/ResourceDownloader/models.json index 8cfc1e6..7771224 100644 --- a/tools/ResourceDownloader/ResourceDownloader/models.json +++ b/tools/ResourceDownloader/ResourceDownloader/models.json @@ -1,7 +1,7 @@ [ { "name": "Audio Super Resolution", - "description": "Audio super resolution improves the quality of low-resolution audio recordings by reconstructing high-resolution audio from low-resolution inputs.", + "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.", "dir": "audiosr", "files": [ { @@ -207,8 +207,8 @@ ] }, { - "name": "Dense UNet", - "description": "Noise suppression model based on Dense UNet.", + "name": "(Legacy) Dense UNet", + "description": "Noise suppression model based on Dense UNet. An older model, typically performing worse than Deep Filter Net.", "dir": ".", "files": [ { @@ -253,4 +253,4 @@ } ] } -] \ No newline at end of file +]