Skip to content

Commit a6bcd31

Browse files
committed
update project url
1 parent 6b543fb commit a6bcd31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# iSincNet
1+
# iSincNet (Lightweight Sincnet Spectrogram Vocoder)
22

33
[[Blog]](https://gitlab.com/sonustech/sincnet) [[SincNet Paper]](https://arxiv.org/abs/1808.00158)
44

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "iSincNet"
77
version = "0.4.0"
88
authors = [{ name = "Williams Zanga", email = "Williams.zanga@gmail.com" }]
9-
description = "Fast Lightweight inverstible SincNet"
9+
description = "Fast Lightweight invertible SincNet"
1010
readme = "README.md"
1111
requires-python = ">=3.11"
1212
license = { text = "MIT" }
@@ -15,4 +15,4 @@ license = { text = "MIT" }
1515
packages = ["sincnet"]
1616

1717
[project.urls]
18-
"Homepage" = "https://gitlab.com/sonustech/sincnet.git"
18+
"Homepage" = "https://github.com/wkzng/iSincNet"

0 commit comments

Comments
 (0)