Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -353,6 +353,8 @@ with gr.Blocks() as demo:
|
|
353 |
with gr.Tabs():
|
354 |
with gr.TabItem("select option here:"):
|
355 |
with gr.Tabs():
|
|
|
|
|
356 |
with gr.TabItem("LLMs"):
|
357 |
with gr.Column():
|
358 |
model = gr.Dropdown(
|
@@ -407,8 +409,7 @@ with gr.Blocks() as demo:
|
|
407 |
)
|
408 |
model.change(update_max_tokens, inputs=[model], outputs=max_tokens)
|
409 |
|
410 |
-
|
411 |
-
gr.Markdown("Speech to Text coming soon!")
|
412 |
with gr.TabItem("Transcription"):
|
413 |
gr.Markdown("Transcript audio from files to text!")
|
414 |
with gr.Column():
|
|
|
353 |
with gr.Tabs():
|
354 |
with gr.TabItem("select option here:"):
|
355 |
with gr.Tabs():
|
356 |
+
with gr.TabItem("Speech To Text"):
|
357 |
+
gr.Markdown("Speech to Text coming soon!")
|
358 |
with gr.TabItem("LLMs"):
|
359 |
with gr.Column():
|
360 |
model = gr.Dropdown(
|
|
|
409 |
)
|
410 |
model.change(update_max_tokens, inputs=[model], outputs=max_tokens)
|
411 |
|
412 |
+
|
|
|
413 |
with gr.TabItem("Transcription"):
|
414 |
gr.Markdown("Transcript audio from files to text!")
|
415 |
with gr.Column():
|