Spaces:
Runtime error
Runtime error
Commit
Β·
121ba03
1
Parent(s):
4f64cb9
Update app.py
Browse files
app.py
CHANGED
@@ -31,6 +31,7 @@ def translate(audio):
|
|
31 |
|
32 |
|
33 |
def synthesise(text):
|
|
|
34 |
inputs = tokenizer_mms(text, return_tensors="pt")
|
35 |
input_ids = inputs["input_ids"]
|
36 |
|
|
|
31 |
|
32 |
|
33 |
def synthesise(text):
|
34 |
+
print(text)
|
35 |
inputs = tokenizer_mms(text, return_tensors="pt")
|
36 |
input_ids = inputs["input_ids"]
|
37 |
|