mirror of
https://github.com/tcsenpai/whisperapp.git
synced 2025-06-10 08:47:08 +00:00
forcefully tab seleciton
This commit is contained in:
parent
e6c4b80621
commit
1c355442fc
2
app.py
2
app.py
@ -387,6 +387,8 @@ def create_interface():
|
|||||||
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):
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user