Blane187 commited on
Commit
1557ed1
·
verified ·
1 Parent(s): 10f442e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -349,9 +349,10 @@ with gr.Blocks() as demo:
349
  """
350
  )
351
  with gr.Tabs():
352
- with gr.TabItem("select option here"):
353
- with gr.TabItem("Speech To Text"):
354
  with gr.Tabs():
 
 
355
  with gr.TabItem("Transcription"):
356
  gr.Markdown("Transcript audio from files to text!")
357
  with gr.Column():
 
349
  """
350
  )
351
  with gr.Tabs():
352
+ with gr.TabItem("select option here:"):
 
353
  with gr.Tabs():
354
+ with gr.TabItem("Speech To Text"):
355
+
356
  with gr.TabItem("Transcription"):
357
  gr.Markdown("Transcript audio from files to text!")
358
  with gr.Column():