ylacombe commited on
Commit
ac54c97
·
1 Parent(s): 84c7785

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -67,7 +67,6 @@ sampling_rate = model.generation_config.sample_rate
67
  silence = np.zeros(int(0.25 * sampling_rate)) # quarter second of silence
68
  voice_preset = "v2/en_speaker_6"
69
 
70
- model = model.enable_cpu_offload()
71
  BATCH_SIZE = 32
72
 
73
  # enable CPU offload
 
67
  silence = np.zeros(int(0.25 * sampling_rate)) # quarter second of silence
68
  voice_preset = "v2/en_speaker_6"
69
 
 
70
  BATCH_SIZE = 32
71
 
72
  # enable CPU offload