Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -178,14 +178,14 @@ with gr.Blocks() as demo:
|
|
178 |
Perform mastering style transfer with an input source audio and a reference mastering style audio.
|
179 |
On top of this result, you can perform ITO to optimize the reference embedding $z_{ref}$ to further gain control over the output mastering style.
|
180 |
</p>
|
181 |
-
<p>
|
182 |
-
<strong>π Full Paper:</strong>
|
183 |
-
<a href="https://arxiv.org/abs/2506.16889" target="_blank"><strong>Arxiv</strong></a>
|
184 |
-
</p>
|
185 |
<p>
|
186 |
<strong>π GitHub Source Code:</strong>
|
187 |
<a href="https://github.com/SonyResearch/ITO-Master" target="_blank">SonyResearch/ITO-Master</a>
|
188 |
</p>
|
|
|
|
|
|
|
|
|
189 |
""")
|
190 |
with gr.Column(scale=1):
|
191 |
gr.Image("ito_new.png", width=500, height=300, label="ITO pipeline")
|
|
|
178 |
Perform mastering style transfer with an input source audio and a reference mastering style audio.
|
179 |
On top of this result, you can perform ITO to optimize the reference embedding $z_{ref}$ to further gain control over the output mastering style.
|
180 |
</p>
|
|
|
|
|
|
|
|
|
181 |
<p>
|
182 |
<strong>π GitHub Source Code:</strong>
|
183 |
<a href="https://github.com/SonyResearch/ITO-Master" target="_blank">SonyResearch/ITO-Master</a>
|
184 |
</p>
|
185 |
+
<p>
|
186 |
+
<strong>π Full Paper:</strong>
|
187 |
+
<a href="https://arxiv.org/abs/2506.16889" target="_blank">Arxiv</a>
|
188 |
+
</p>
|
189 |
""")
|
190 |
with gr.Column(scale=1):
|
191 |
gr.Image("ito_new.png", width=500, height=300, label="ITO pipeline")
|