diff --git a/app.py b/app.py index 1a30f1b..ddb4a3f 100644 --- a/app.py +++ b/app.py @@ -187,7 +187,7 @@ def create_interface(): "### A powerful tool for transcribing and summarizing audio/video content" ) - with gr.Tabs() as tabs: + with gr.Tabs(selected=1) as tabs: with gr.TabItem("Local File"): gr.Markdown( """ @@ -313,7 +313,7 @@ def create_interface(): ], ) - with gr.TabItem("YouTube", selected=True): + with gr.TabItem("YouTube"): gr.Markdown( """ ### YouTube Video Processing