Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ tabbed_interface = gr.TabbedInterface(
|
|
65 |
["Speech-to-text", "Text-to-speech", "Language Identification"],
|
66 |
)
|
67 |
|
68 |
-
with gr.Blocks(css=css
|
69 |
theme="Nymbo/Nymbo_Theme"
|
70 |
gr.Markdown(
|
71 |
"<p align='center' style='font-size: 20px;'>MMS</p>"
|
|
|
65 |
["Speech-to-text", "Text-to-speech", "Language Identification"],
|
66 |
)
|
67 |
|
68 |
+
with gr.Blocks(css=css) as demo:
|
69 |
theme="Nymbo/Nymbo_Theme"
|
70 |
gr.Markdown(
|
71 |
"<p align='center' style='font-size: 20px;'>MMS</p>"
|