Spaces:
Runtime error
Runtime error
Franklin01
commited on
Commit
•
0755ece
1
Parent(s):
bf82b75
Update app.py
Browse files
app.py
CHANGED
@@ -396,15 +396,15 @@ with gr.Blocks(css="style.css") as demo:
|
|
396 |
)
|
397 |
|
398 |
with gr.Tabs():
|
399 |
-
with gr.Tab(label="
|
400 |
demo_s2st.render()
|
401 |
-
with gr.Tab(label="
|
402 |
demo_s2tt.render()
|
403 |
-
with gr.Tab(label="
|
404 |
demo_t2st.render()
|
405 |
-
with gr.Tab(label="
|
406 |
demo_t2tt.render()
|
407 |
-
with gr.Tab(label="
|
408 |
demo_asr.render()
|
409 |
|
410 |
|
|
|
396 |
)
|
397 |
|
398 |
with gr.Tabs():
|
399 |
+
with gr.Tab(label="Speech to Speech"):
|
400 |
demo_s2st.render()
|
401 |
+
with gr.Tab(label="Speech to text"):
|
402 |
demo_s2tt.render()
|
403 |
+
with gr.Tab(label="Text to Speech"):
|
404 |
demo_t2st.render()
|
405 |
+
with gr.Tab(label="Text to Text"):
|
406 |
demo_t2tt.render()
|
407 |
+
with gr.Tab(label="Audio to Text"):
|
408 |
demo_asr.render()
|
409 |
|
410 |
|