Spaces:
Runtime error
Runtime error
update for faster inference
Browse files
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
|
|
|
|
| 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()
|