Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -85,17 +85,14 @@ with gr.Blocks() as demo:
|
|
85 |
"
|
86 |
>
|
87 |
<h1 style="font-weight: 900; margin-bottom: 7px;">
|
88 |
-
Music
|
89 |
</h1>
|
90 |
</div>
|
91 |
"""
|
92 |
)
|
93 |
gr.Markdown(
|
94 |
"""
|
95 |
-
This
|
96 |
-
- [project page](https://jhtonykoo.github.io/MixingStyleTransfer/)
|
97 |
-
- [GitHub](https://github.com/jhtonyKoo/music_mixing_style_transfer)
|
98 |
-
- [supplementary](https://pale-cicada-946.notion.site/Music-Mixing-Style-Transfer-A-Contrastive-Learning-Approach-to-Disentangle-Audio-Effects-Supplemen-e6eccd9a431a4a8fa4fdd5adb2d3f219)
|
99 |
"""
|
100 |
)
|
101 |
with gr.Group():
|
|
|
85 |
"
|
86 |
>
|
87 |
<h1 style="font-weight: 900; margin-bottom: 7px;">
|
88 |
+
Music Sorcery
|
89 |
</h1>
|
90 |
</div>
|
91 |
"""
|
92 |
)
|
93 |
gr.Markdown(
|
94 |
"""
|
95 |
+
This App Elevate your tracks effortlessly by transforming their mixing style to mirror your favorite songs. Unleash studio sorcery and let your music shine with unparalleled creativity and enhanced sound quality.
|
|
|
|
|
|
|
96 |
"""
|
97 |
)
|
98 |
with gr.Group():
|