Sandiago21 commited on
Commit
d4a89f9
·
1 Parent(s): 833685a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ def synthesise_from_english(text):
166
 
167
 
168
  def translate_from_english_to_greek(text):
169
- return pipe(text)[0]["translation_text"]
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):