LAP-DEV commited on
Commit
0f650c0
·
verified ·
1 Parent(s): 6ad1622

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -310,7 +310,7 @@ class App:
310
  gr.Markdown("")
311
 
312
  with gr.Tabs():
313
- with gr.TabItem("Audio upload/record"): # 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."
 
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."