davidizzle commited on
Commit
a90ecdc
·
1 Parent(s): 1eb2d22
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -131,5 +131,5 @@ if st.button("Generate"):
131
 
132
  result = tokenizer.decode(outputs[0], skip_special_tokens=True)
133
  st.markdown("### ✨ Output:")
134
- final_thought = result.split("</think>\n")[1:]
135
- st.write(final_thought)
 
131
 
132
  result = tokenizer.decode(outputs[0], skip_special_tokens=True)
133
  st.markdown("### ✨ Output:")
134
+ # final_thought = result.split("</think>\n")[1:]
135
+ st.write(result)