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