saeki
commited on
Commit
•
3d7f208
1
Parent(s):
a812b2a
fix
Browse files
app.py
CHANGED
@@ -116,6 +116,7 @@ if __name__ == "__main__":
|
|
116 |
examples=[
|
117 |
["aet_sample/tar.wav"]
|
118 |
],
|
|
|
119 |
title='Audio effect transfer with SelfRemaster',
|
120 |
description='Extracting the channel feature of a historical audio recording with a pretrained SelfRemaster and adding it to any high-quality audio. (Source audio is aet_sample/src.wav)'
|
121 |
)
|
|
|
116 |
examples=[
|
117 |
["aet_sample/tar.wav"]
|
118 |
],
|
119 |
+
layout="horizontal",
|
120 |
title='Audio effect transfer with SelfRemaster',
|
121 |
description='Extracting the channel feature of a historical audio recording with a pretrained SelfRemaster and adding it to any high-quality audio. (Source audio is aet_sample/src.wav)'
|
122 |
)
|