Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -173,15 +173,16 @@ def get_example():
|
|
173 |
|
174 |
|
175 |
intro = """
|
176 |
-
<h1 style="font-weight: 1400; text-align: center; margin-bottom: 7px;">
|
|
|
177 |
<h3 style="margin-bottom: 10px; text-align: center;">
|
178 |
<a href="https://arxiv.org/abs/2402.10009">[Paper]</a> |
|
179 |
<a href="https://hilamanor.github.io/AudioEditing/">[Project page]</a> |
|
180 |
<a href="https://github.com/HilaManor/AudioEditingCode">[Code]</a>
|
181 |
</h3>
|
182 |
<p style="font-size:large">
|
183 |
-
Demo for the
|
184 |
-
<a href="https://arxiv.org/abs/2402.10009" style="text-decoration: underline;" target="_blank"> Zero-Shot Unsupervised and Text-Based Audio Editing Using DDPM Inversion </a>
|
185 |
</p>
|
186 |
<p style="font-size:larger">
|
187 |
|
@@ -210,7 +211,6 @@ with gr.Blocks(css='style.css') as demo:
|
|
210 |
def reset_do_inversion():
|
211 |
do_inversion = gr.State(value=True)
|
212 |
return do_inversion
|
213 |
-
|
214 |
gr.HTML(intro)
|
215 |
wts = gr.State()
|
216 |
zs = gr.State()
|
|
|
173 |
|
174 |
|
175 |
intro = """
|
176 |
+
<h1 style="font-weight: 1400; text-align: center; margin-bottom: 7px;"> AUDI 🎧 </h1>
|
177 |
+
<h2 style="font-weight: 1400; text-align: center; margin-bottom: 7px;"> Audio editing Using DDPM Inversion 🎛️ </h2>
|
178 |
<h3 style="margin-bottom: 10px; text-align: center;">
|
179 |
<a href="https://arxiv.org/abs/2402.10009">[Paper]</a> |
|
180 |
<a href="https://hilamanor.github.io/AudioEditing/">[Project page]</a> |
|
181 |
<a href="https://github.com/HilaManor/AudioEditingCode">[Code]</a>
|
182 |
</h3>
|
183 |
<p style="font-size:large">
|
184 |
+
Demo for the method introduced in:
|
185 |
+
<b <a href="https://arxiv.org/abs/2402.10009" style="text-decoration: underline;" target="_blank"> Zero-Shot Unsupervised and Text-Based Audio Editing Using DDPM Inversion </a> </b>
|
186 |
</p>
|
187 |
<p style="font-size:larger">
|
188 |
|
|
|
211 |
def reset_do_inversion():
|
212 |
do_inversion = gr.State(value=True)
|
213 |
return do_inversion
|
|
|
214 |
gr.HTML(intro)
|
215 |
wts = gr.State()
|
216 |
zs = gr.State()
|