vadhri commited on
Commit
f08d701
·
verified ·
1 Parent(s): b34dbe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -37,8 +37,10 @@ def synthesise(text):
37
 
38
  with torch.no_grad():
39
  speech = model(**inputs)
 
 
40
 
41
- return speech.cpu()
42
 
43
 
44
  def speech_to_speech_translation(audio):
 
37
 
38
  with torch.no_grad():
39
  speech = model(**inputs)
40
+
41
+ print (speech)
42
 
43
+ return speech
44
 
45
 
46
  def speech_to_speech_translation(audio):