Spaces:
Runtime error
Runtime error
Commit
·
d4a89f9
1
Parent(s):
833685a
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ def synthesise_from_english(text):
|
|
166 |
|
167 |
|
168 |
def translate_from_english_to_greek(text):
|
169 |
-
return
|
170 |
|
171 |
|
172 |
def synthesise_from_greek(text):
|
|
|
166 |
|
167 |
|
168 |
def translate_from_english_to_greek(text):
|
169 |
+
return greek_translation_pipe(text)[0]["translation_text"]
|
170 |
|
171 |
|
172 |
def synthesise_from_greek(text):
|