From 0aaabf90c4320685afb7d3af66c7e34798704990 Mon Sep 17 00:00:00 2001 From: Shivam Mehta Date: Thu, 21 Sep 2023 13:18:32 +0000 Subject: [PATCH] Minor UI fixes --- matcha/app.py | 5 ----- 1 file changed, 5 deletions(-) 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],