Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rycont
/
Biblify
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rycont
commited on
Jul 18, 2022
Commit
86d3b98
·
1 Parent(s):
2defe66
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -56,7 +56,6 @@ if len(text_input.strip()) > 0:
56
tokens,
57
attentionMasks
58
)
59
-
60
if generated in results:
61
print("중복됨")
62
continue
56
tokens,
57
attentionMasks
58
)
59
if generated in results:
60
print("중복됨")
61
continue