Spaces:
Runtime error
Runtime error
DinoDelija
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -59,4 +59,5 @@ st.title("Translate English To Fering")
|
|
59 |
eng_sentence = st.text_input("English Sentence", key="eng")
|
60 |
translation = translate(eng_sentence, model=model, tokenizer=tokenizer)
|
61 |
print(eng_sentence)
|
62 |
-
print(translation)
|
|
|
|
59 |
eng_sentence = st.text_input("English Sentence", key="eng")
|
60 |
translation = translate(eng_sentence, model=model, tokenizer=tokenizer)
|
61 |
print(eng_sentence)
|
62 |
+
print(translation)
|
63 |
+
st.write('Fering transaltion of the sentence is: ', translation)
|