Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1015,7 +1015,8 @@ mic_transcribe = gr.Interface(
|
|
| 1015 |
greek_translation_pipe = pipeline("text-generation", model="Helsinki-NLP/opus-mt-tc-big-el-en")
|
| 1016 |
|
| 1017 |
def translate_from_greek_english(text):
|
| 1018 |
-
return
|
|
|
|
| 1019 |
|
| 1020 |
|
| 1021 |
|
|
|
|
| 1015 |
greek_translation_pipe = pipeline("text-generation", model="Helsinki-NLP/opus-mt-tc-big-el-en")
|
| 1016 |
|
| 1017 |
def translate_from_greek_english(text):
|
| 1018 |
+
return "Hello world"
|
| 1019 |
+
# return greek_translation_pipe(text)#[0]["translation_text"]
|
| 1020 |
|
| 1021 |
|
| 1022 |
|