Spaces:
Build error
Build error
Shivam Mehta commited on
Commit ·
52f184a
1
Parent(s): 23f59c4
Turning off the debug flag
Browse files
app.py
CHANGED
|
@@ -318,4 +318,4 @@ with gr.Blocks(title="🍵 Matcha-TTS: A fast TTS architecture with conditional
|
|
| 318 |
outputs=[audio, mel_spectrogram],
|
| 319 |
)
|
| 320 |
|
| 321 |
-
demo.queue(concurrency_count=5).launch(
|
|
|
|
| 318 |
outputs=[audio, mel_spectrogram],
|
| 319 |
)
|
| 320 |
|
| 321 |
+
demo.queue(concurrency_count=5).launch()
|