Xtiphyn commited on
Commit
4995edd
·
verified ·
1 Parent(s): ef89132

update for faster inference

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,4 +219,4 @@ if __name__ == "__main__":
219
  logging.info("Starting VoiceCore TTS app (Fast Mode)")
220
  # Optional: warm up kernels so first request is snappy
221
  _warmup()
222
- iface.queue(max_size=32, concurrency_count=1).launch()
 
219
  logging.info("Starting VoiceCore TTS app (Fast Mode)")
220
  # Optional: warm up kernels so first request is snappy
221
  _warmup()
222
+ iface.queue(max_size=32).launch()