Update app.py
Browse files
app.py
CHANGED
@@ -16,4 +16,4 @@ if len(keyword_list) == 5 and st.button("일기 쓰기"):
|
|
16 |
|
17 |
# 생성된 일기 출력
|
18 |
diary = tokenizer.decode(output[0], skip_special_tokens=True)
|
19 |
-
st.write(diary)
|
|
|
16 |
|
17 |
# 생성된 일기 출력
|
18 |
diary = tokenizer.decode(output[0], skip_special_tokens=True)
|
19 |
+
st.write(diary)
|