PolarO3O commited on
Commit
1a6c1af
1 Parent(s): 194f2b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- )iface.launch(show_api=True) # Muestra el botón de la API
 
 
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