Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -169,7 +169,7 @@ with gr.Blocks() as demo:
|
|
| 169 |
gr.Markdown("Interactive demo of Inference Time Optimization (ITO) for Music Mastering Style Transfer. \
|
| 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("
|
| 173 |
|
| 174 |
gr.Markdown("## Step 1: Mastering Style Transfer")
|
| 175 |
|
|
|
|
| 169 |
gr.Markdown("Interactive demo of Inference Time Optimization (ITO) for Music Mastering Style Transfer. \
|
| 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")
|
| 175 |
|