Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,10 @@ def synthesise(text):
|
|
37 |
|
38 |
with torch.no_grad():
|
39 |
speech = model(**inputs)
|
|
|
|
|
40 |
|
41 |
-
return speech
|
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):
|