saeki
commited on
Commit
·
6c19d06
1
Parent(s):
cbd6aaa
fix
Browse files
app.py
CHANGED
@@ -119,8 +119,8 @@ if __name__ == "__main__":
|
|
119 |
examples=[
|
120 |
["aet_sample/tar.wav"]
|
121 |
],
|
122 |
-
title='Audio effect transfer
|
123 |
-
description='
|
124 |
)
|
125 |
|
126 |
iface.launch()
|
|
|
119 |
examples=[
|
120 |
["aet_sample/tar.wav"]
|
121 |
],
|
122 |
+
title='Audio effect transfer with SelfRemaster',
|
123 |
+
description='Extracting the channel feature of a historical audio recording with a pretrained SelfRemaster and adding it to any high-quality audio'
|
124 |
)
|
125 |
|
126 |
iface.launch()
|