Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,4 +74,5 @@ iface = gr.Interface(
|
|
74 |
title="🐸💬 - Coqui TTS",
|
75 |
description="🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production",
|
76 |
article="more info at https://github.com/coqui-ai/TTS",
|
77 |
-
)
|
|
|
|
74 |
title="🐸💬 - Coqui TTS",
|
75 |
description="🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production",
|
76 |
article="more info at https://github.com/coqui-ai/TTS",
|
77 |
+
)
|
78 |
+
iface.launch() # Muestra el botón de la API show_api=True
|