Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,4 +74,4 @@ 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 |
-
)iface.launch(
|
|
|
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 |
+
)iface.launch(show_api=True) # Muestra el botón de la API
|