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

Update app.py

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