crowbarmassage commited on
Commit
2a56f6f
1 Parent(s): 021c820

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -86,7 +86,8 @@ def synthesise(text):
86
  inputs["input_ids"], speaker_embeddings, vocoder=vocoder
87
  )
88
  print(speech)
89
- print(type(speech))
 
90
  return speech
91
 
92
  def speech_to_speech_translation(audio_filepath):
 
86
  inputs["input_ids"], speaker_embeddings, vocoder=vocoder
87
  )
88
  print(speech)
89
+ print(len(speech))
90
+ print(torch.norm(speech))
91
  return speech
92
 
93
  def speech_to_speech_translation(audio_filepath):