forcefully tab seleciton

This commit is contained in:
tcsenpai 2025-05-23 10:51:57 +02:00
parent e6c4b80621
commit 1c355442fc

2
app.py
View File

@ -386,6 +386,8 @@ def create_interface():
yt_summary_text = gr.Textbox(
label="Summary", lines=5, max_lines=10, value=""
)
gr.Tabs.update(selected=1)
# Set up the event handler
def process_yt_with_summary(url, model, lang, summarize, ollama_model):