From a6c4092ebaf336bd60bfff0adf40ad3da89aab59 Mon Sep 17 00:00:00 2001 From: aldo-aguilar Date: Thu, 9 Feb 2023 15:24:57 -0800 Subject: [PATCH] [84] related to issue-84 of audacitorch/audacity --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 39044da..3002e27 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,11 @@ required fields: - If `multichannel` is set to `true`, stereo tracks are passed to the model as multichannel audio tensors, with shape `(2, n)`. Note that this means that the input could either be a mono track with shape `(1, n)` or stereo track with shape `(2, n)`. - If `multichannel` is set to `false`, stereo tracks are downmixed, meaning that the input audio tensor will always be shape `(1, n)`. +optional fields: +- `displayname` (`str`) + - max 60 chars + - an optional display name for users to see when downloading models, if no displayname is given the model name will default to that of the model repo name. + ---