mirror of
https://github.com/tcsenpai/youlama.git
synced 2025-06-07 03:35:41 +00:00
bugfix the selection tab value
This commit is contained in:
parent
b4d42862f9
commit
e6c4b80621
4
app.py
4
app.py
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user