Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ mms_fr_iface = gr.Interface(fn = MMS_fr_func,
|
|
| 52 |
description = 'Cette application vous permet de faire une narration d\'une texte en français.'
|
| 53 |
|
| 54 |
)
|
| 55 |
-
|
| 56 |
gr.TabbedInterface(
|
| 57 |
[gtts_iface,
|
| 58 |
mms_en_iface,
|
|
|
|
| 52 |
description = 'Cette application vous permet de faire une narration d\'une texte en français.'
|
| 53 |
|
| 54 |
)
|
| 55 |
+
with demo:
|
| 56 |
gr.TabbedInterface(
|
| 57 |
[gtts_iface,
|
| 58 |
mms_en_iface,
|