John Langley commited on
Commit
02ef6e4
1 Parent(s): 05aadad

change to cpu

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -48,7 +48,7 @@ def get_latents(chatbot_voice, xtts_model, voice_cleanup=False):
48
  # There was an error - command exited with non-zero code
49
  print("Error: failed filtering, use original microphone input")
50
  else:
51
- print("here3")
52
  speaker_wav=speaker_wav
53
  # gets condition latents from the model
54
  # returns tuple (gpt_cond_latent, speaker_embedding)
 
48
  # There was an error - command exited with non-zero code
49
  print("Error: failed filtering, use original microphone input")
50
  else:
51
+ print("here3", speaker_wav)
52
  speaker_wav=speaker_wav
53
  # gets condition latents from the model
54
  # returns tuple (gpt_cond_latent, speaker_embedding)