Update app.py
Browse files
app.py
CHANGED
@@ -310,7 +310,7 @@ class App:
|
|
310 |
gr.Markdown("")
|
311 |
|
312 |
with gr.Tabs():
|
313 |
-
with gr.TabItem("
|
314 |
|
315 |
tb_input_folder = gr.Textbox(label="Input Folder Path (Optional)",
|
316 |
info="Optional: Specify the folder path where the input files are located, if you prefer to use local files instead of uploading them."
|
|
|
310 |
gr.Markdown("")
|
311 |
|
312 |
with gr.Tabs():
|
313 |
+
with gr.TabItem("Transcribe audio/video"): # tab1
|
314 |
|
315 |
tb_input_folder = gr.Textbox(label="Input Folder Path (Optional)",
|
316 |
info="Optional: Specify the folder path where the input files are located, if you prefer to use local files instead of uploading them."
|