mirror of
https://github.com/tcsenpai/youlama.git
synced 2025-06-07 03:35:41 +00:00
forcefully tab seleciton
This commit is contained in:
parent
e6c4b80621
commit
1c355442fc
2
app.py
2
app.py
@ -386,6 +386,8 @@ def create_interface():
|
|||||||
yt_summary_text = gr.Textbox(
|
yt_summary_text = gr.Textbox(
|
||||||
label="Summary", lines=5, max_lines=10, value=""
|
label="Summary", lines=5, max_lines=10, value=""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
gr.Tabs.update(selected=1)
|
||||||
|
|
||||||
# Set up the event handler
|
# Set up the event handler
|
||||||
def process_yt_with_summary(url, model, lang, summarize, ollama_model):
|
def process_yt_with_summary(url, model, lang, summarize, ollama_model):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user