saeki commited on
Commit
6c19d06
·
1 Parent(s): cbd6aaa
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -119,8 +119,8 @@ if __name__ == "__main__":
119
  examples=[
120
  ["aet_sample/tar.wav"]
121
  ],
122
- title='Audio effect transfer demo',
123
- description='Add channel feature of Japanese old audio recording to any high-quality audio'
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()