Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def biblifyWithBeams(beam, tokens, attention_mask):
|
|
33 |
generated,
|
34 |
).replace('<s>', '').replace('</s>', '')
|
35 |
|
36 |
-
with lit.form("gen")
|
37 |
text_input = lit.text_input("문장 입력")
|
38 |
submitted = lit.form_submit_button("생성")
|
39 |
|
|
|
33 |
generated,
|
34 |
).replace('<s>', '').replace('</s>', '')
|
35 |
|
36 |
+
with lit.form("gen"):
|
37 |
text_input = lit.text_input("문장 입력")
|
38 |
submitted = lit.form_submit_button("생성")
|
39 |
|