Spaces:
Sleeping
Sleeping
vineelpratap
commited on
Commit
•
96ba7be
1
Parent(s):
bc4cc75
Update app.py
Browse files
app.py
CHANGED
@@ -70,8 +70,8 @@ mms_identify = gr.Interface(
|
|
70 |
# )
|
71 |
|
72 |
tabbed_interface = gr.TabbedInterface(
|
73 |
-
[
|
74 |
-
["
|
75 |
)
|
76 |
|
77 |
with gr.Blocks() as demo:
|
|
|
70 |
# )
|
71 |
|
72 |
tabbed_interface = gr.TabbedInterface(
|
73 |
+
[ mms_synthesize],
|
74 |
+
["Text-to-speech"],
|
75 |
)
|
76 |
|
77 |
with gr.Blocks() as demo:
|