Spaces:
Paused
Paused
Update app.py
Browse files
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():
|