Yurii Paniv commited on
Commit
645149f
1 Parent(s): b7a7e91

Enable queue in Gradio

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -73,6 +73,7 @@ iface = gr.Interface(
73
  ),
74
  ],
75
  outputs=gr.outputs.Audio(label="Output"),
 
76
  title="🐸💬🇺🇦 - Coqui TTS",
77
  theme="huggingface",
78
  description="Україномовний🇺🇦 TTS за допомогою Coqui TTS (для наголосу використовуйте + перед голосною)",
 
73
  ),
74
  ],
75
  outputs=gr.outputs.Audio(label="Output"),
76
+ enable_queue=True,
77
  title="🐸💬🇺🇦 - Coqui TTS",
78
  theme="huggingface",
79
  description="Україномовний🇺🇦 TTS за допомогою Coqui TTS (для наголосу використовуйте + перед голосною)",