Shivam Mehta commited on
Commit
9c0b4ef
1 Parent(s): eece693

Minor UI fixes

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -303,9 +303,6 @@ with gr.Blocks(title="🍵 Matcha-TTS: A fast TTS architecture with conditional
303
  label="Multi Speaker Examples",
304
  )
305
 
306
- with gr.Row():
307
- gr.HTML('<iframe width="560" height="315" src="https://www.youtube.com/embed/xmvJkz3bqw0?si=jN7ILyDsbPwJCGoa" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>')
308
-
309
  model_type.change(lambda x: gr.update(interactive=False), inputs=[synth_btn], outputs=[synth_btn]).then(
310
  load_model_ui,
311
  inputs=[model_type, text],
 
303
  label="Multi Speaker Examples",
304
  )
305
 
 
 
 
306
  model_type.change(lambda x: gr.update(interactive=False), inputs=[synth_btn], outputs=[synth_btn]).then(
307
  load_model_ui,
308
  inputs=[model_type, text],