linoyts HF staff commited on
Commit
155975c
1 Parent(s): 584499e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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;">Zero-Shot Text-Based Audio Editing Using DDPM Inversion</h1>
 
177
  <h3 style="margin-bottom: 10px; text-align: center;">
178
  <a href="https://arxiv.org/abs/2402.10009">[Paper]</a>&nbsp;|&nbsp;
179
  <a href="https://hilamanor.github.io/AudioEditing/">[Project page]</a>&nbsp;|&nbsp;
180
  <a href="https://github.com/HilaManor/AudioEditingCode">[Code]</a>
181
  </h3>
182
  <p style="font-size:large">
183
- Demo for the text-based editing method introduced in:
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>&nbsp;|&nbsp;
180
  <a href="https://hilamanor.github.io/AudioEditing/">[Project page]</a>&nbsp;|&nbsp;
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()