rycont commited on
Commit
aeb7c06
1 Parent(s): 3a2997a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -31,6 +31,8 @@ def biblifyWithBeams(beam, tokens, attention_mask):
31
  generated,
32
  ).replace('<s>', '').replace('</s>', '')
33
 
 
 
34
  if len(text_input.strip()) > 0:
35
  print(text_input)
36
 
 
31
  generated,
32
  ).replace('<s>', '').replace('</s>', '')
33
 
34
+ text_input = ""
35
+
36
  if len(text_input.strip()) > 0:
37
  print(text_input)
38