Spaces:
Running
Running
Commit
·
2190f14
1
Parent(s):
79357a0
Sorry
Browse files
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("
|
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)
|