Spaces:
Paused
Paused
Edward Tang
commited on
Commit
·
e9b0514
1
Parent(s):
cdf05c5
testing
Browse files
app.py
CHANGED
@@ -15,4 +15,5 @@ output_tokens = model.generate(**text_inputs, tgt_lang="fra")
|
|
15 |
translated_text_from_text = processor.decode(output_tokens[0].tolist()[0], skip_special_tokens=True)
|
16 |
|
17 |
|
18 |
-
st.write(translated_text_from_text)
|
|
|
|
15 |
translated_text_from_text = processor.decode(output_tokens[0].tolist()[0], skip_special_tokens=True)
|
16 |
|
17 |
|
18 |
+
st.write(translated_text_from_text)
|
19 |
+
st.write("fool me")
|