Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ button = st.button('Go')
|
|
74 |
|
75 |
if button:
|
76 |
#try:
|
77 |
-
text = ' [ABSTRACT] '.join(title, abstract)
|
78 |
result = predict(text, tokenizer, model)
|
79 |
if len(text) > 10:
|
80 |
st.subheader('I think, this paper related to')
|
|
|
74 |
|
75 |
if button:
|
76 |
#try:
|
77 |
+
text = ' [ABSTRACT] '.join([title, abstract])
|
78 |
result = predict(text, tokenizer, model)
|
79 |
if len(text) > 10:
|
80 |
st.subheader('I think, this paper related to')
|