NitinBot001 commited on
Commit
a56c699
·
verified ·
1 Parent(s): d9b92fd

Update gemini_tts_api.py

Browse files
Files changed (1) hide show
  1. gemini_tts_api.py +2 -2
gemini_tts_api.py CHANGED
@@ -612,6 +612,6 @@ if __name__ == "__main__":
612
  "gemini_tts_api:app",
613
  host="0.0.0.0",
614
  port=8000,
615
- reload=True, # Set to False in production
616
- workers=1 # Use multiple workers in production with proper task storage
617
  )
 
612
  "gemini_tts_api:app",
613
  host="0.0.0.0",
614
  port=8000,
615
+ reload=False, # Set to False in production
616
+ workers=4 # Use multiple workers in production with proper task storage
617
  )