bugfix the selection tab value

This commit is contained in:
tcsenpai 2025-05-23 10:50:28 +02:00
parent b4d42862f9
commit e6c4b80621

4
app.py
View File

@ -187,7 +187,7 @@ def create_interface():
"### A powerful tool for transcribing and summarizing audio/video content" "### 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"): with gr.TabItem("Local File"):
gr.Markdown( gr.Markdown(
""" """
@ -313,7 +313,7 @@ def create_interface():
], ],
) )
with gr.TabItem("YouTube", selected=True): with gr.TabItem("YouTube"):
gr.Markdown( gr.Markdown(
""" """
### YouTube Video Processing ### YouTube Video Processing