xieli commited on
Commit
21a52da
Β·
1 Parent(s): 4eebcec
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -89,12 +89,6 @@ def initialize_models():
89
  device_map=args_global.device_map,
90
  )
91
  logger.info("βœ“ StepCommonAudioTTS loaded")
92
-
93
- # Initialize Whisper ASR (load outside GPU context, lighter model)
94
- if whisper_asr is None:
95
- whisper_asr = WhisperWrapper()
96
- logger.info("βœ“ WhisperWrapper loaded")
97
-
98
  print("Models initialized inside GPU context.")
99
 
100
  if ZEROGPU_AVAILABLE:
 
89
  device_map=args_global.device_map,
90
  )
91
  logger.info("βœ“ StepCommonAudioTTS loaded")
 
 
 
 
 
 
92
  print("Models initialized inside GPU context.")
93
 
94
  if ZEROGPU_AVAILABLE: