Update app.py
Browse files
app.py
CHANGED
@@ -34,6 +34,7 @@ def synthesise(text):
|
|
34 |
#inputs = tokenizer(text, return_tensors="pt")
|
35 |
#speech = model(inputs["input_ids"])
|
36 |
#output = speech["waveform"]
|
|
|
37 |
return speech
|
38 |
|
39 |
|
|
|
34 |
#inputs = tokenizer(text, return_tensors="pt")
|
35 |
#speech = model(inputs["input_ids"])
|
36 |
#output = speech["waveform"]
|
37 |
+
print(speech)
|
38 |
return speech
|
39 |
|
40 |
|