Spaces:
Running
Running
Merge branch 'main' of https://huggingface.co/spaces/sonoisa/qiita_title_generator
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ answer = st.button("タイトル生成")
|
|
132 |
if answer:
|
133 |
qiita_body = str(body_text)
|
134 |
title_fieids = st.empty()
|
135 |
-
title_fieids.markdown("
|
136 |
|
137 |
MAX_SOURCE_LENGTH = 512 # 入力される記事本文の最大トークン数
|
138 |
MAX_TARGET_LENGTH = 64 # 生成されるタイトルの最大トークン数
|
|
|
132 |
if answer:
|
133 |
qiita_body = str(body_text)
|
134 |
title_fieids = st.empty()
|
135 |
+
title_fieids.markdown("...生成中...")
|
136 |
|
137 |
MAX_SOURCE_LENGTH = 512 # 入力される記事本文の最大トークン数
|
138 |
MAX_TARGET_LENGTH = 64 # 生成されるタイトルの最大トークン数
|