Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -78,6 +78,9 @@ if text:
|
|
78 |
# st.text(st.session_state.history)
|
79 |
|
80 |
translated_text2 = translator2.translate(out[0]['generated_text'])
|
|
|
|
|
|
|
81 |
st.text(translated_text2)
|
82 |
|
83 |
# with st.expander("View Full Output", expanded=False):
|
|
|
78 |
# st.text(st.session_state.history)
|
79 |
|
80 |
translated_text2 = translator2.translate(out[0]['generated_text'])
|
81 |
+
st.text(output)
|
82 |
+
st.text(output2)
|
83 |
+
|
84 |
st.text(translated_text2)
|
85 |
|
86 |
# with st.expander("View Full Output", expanded=False):
|