Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -164,30 +164,6 @@ def update_ito_output(all_results, selected_step):
|
|
164 |
|
165 |
""" APP display """
|
166 |
with gr.Blocks() as demo:
|
167 |
-
# gr.Markdown("# ITO-Master: Inference Time Optimization for Mastering Style Transfer")
|
168 |
-
# with gr.Row():
|
169 |
-
# gr.Markdown("Interactive demo of **ITO-Master: Inference Time Optimization for Audio Effects Modeling of Music Mastering Processors**. (ISMIR 2025) \
|
170 |
-
# The mastering style transfer is performed by a differentiable audio processing model, and the predicted parameters are shown as the output. \
|
171 |
-
# Perform mastering style transfer with an input source audio and a reference mastering style audio. 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.\n\n"
|
172 |
-
# "**π GitHub Source Code:** [SonyResearch/ITO-Master](https://github.com/SonyResearch/ITO-Master)"
|
173 |
-
# )
|
174 |
-
# gr.Image("ito_new.png", width=500, height=300, label="ITO pipeline")
|
175 |
-
# gr.HTML("""
|
176 |
-
# <script type="text/javascript"
|
177 |
-
# async
|
178 |
-
# src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
179 |
-
# </script>
|
180 |
-
# <h1>ITO-Master: Inference Time Optimization for Mastering Style Transfer</h1>
|
181 |
-
# <p>
|
182 |
-
# Interactive demo of <strong>ITO-Master: Inference Time Optimization for Audio Effects Modeling of Music Mastering Processors</strong> (ISMIR 2025).
|
183 |
-
# The mastering style transfer is performed by a differentiable audio processing model, and the predicted parameters are shown as the output.
|
184 |
-
# Perform mastering style transfer with an input source audio and a reference mastering style audio.
|
185 |
-
# 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.
|
186 |
-
# </p>
|
187 |
-
# <p><strong>π GitHub Source Code:</strong> <a href="https://github.com/SonyResearch/ITO-Master" target="_blank">SonyResearch/ITO-Master</a></p>
|
188 |
-
# """)
|
189 |
-
# with gr.Row():
|
190 |
-
# gr.Image("ito_new.png", width=500, height=300, label="ITO pipeline")
|
191 |
gr.Markdown("# ITO-Master: Inference Time Optimization for Audio Effects Modeling of Music Mastering Processors (ISMIR 2025)")
|
192 |
with gr.Row():
|
193 |
with gr.Column(scale=2):
|
@@ -200,7 +176,7 @@ with gr.Blocks() as demo:
|
|
200 |
Interactive demo of Inference Time Optimization (ITO) for Music Mastering Style Transfer.
|
201 |
The mastering style transfer is performed by a differentiable audio processing model, and the predicted parameters are shown as the output.
|
202 |
Perform mastering style transfer with an input source audio and a reference mastering style audio.
|
203 |
-
On top of this result, you can perform ITO to optimize the reference embedding
|
204 |
</p>
|
205 |
<p>
|
206 |
<strong>π GitHub Source Code:</strong>
|
|
|
164 |
|
165 |
""" APP display """
|
166 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
gr.Markdown("# ITO-Master: Inference Time Optimization for Audio Effects Modeling of Music Mastering Processors (ISMIR 2025)")
|
168 |
with gr.Row():
|
169 |
with gr.Column(scale=2):
|
|
|
176 |
Interactive demo of Inference Time Optimization (ITO) for Music Mastering Style Transfer.
|
177 |
The mastering style transfer is performed by a differentiable audio processing model, and the predicted parameters are shown as the output.
|
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>
|