diff --git a/matcha/app.py b/matcha/app.py index 23536bc..16e8077 100644 --- a/matcha/app.py +++ b/matcha/app.py @@ -323,11 +323,6 @@ def main(): label="Multi Speaker Examples", ) - with gr.Row(): - html = '

' - gr.Markdown("### Watch our teaser video") - gr.HTML(html) - model_type.change(lambda x: gr.update(interactive=False), inputs=[synth_btn], outputs=[synth_btn]).then( load_model_ui, inputs=[model_type, text],