Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -166,9 +166,11 @@ def update_ito_output(all_results, selected_step):
|
|
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 Inference Time Optimization (ITO) for Music Mastering
|
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
|
|
|
|
|
172 |
gr.Image("ito_new.png", width=500, height=300, label="ITO pipeline")
|
173 |
|
174 |
gr.Markdown("## Step 1: Mastering Style Transfer")
|
|
|
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 Inference Time Optimization (ITO) 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 |
|
176 |
gr.Markdown("## Step 1: Mastering Style Transfer")
|