Spaces:
Sleeping
Sleeping
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:
|