dayannex commited on
Commit
c4cc94f
·
1 Parent(s): f75d1df

app modified

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -289,7 +289,7 @@ class ModeloDataset:
289
  for token in predicted_tokens_classes:
290
  print('x',x, len(predicted_tokens_classes)-x)
291
  if x not in ig_tokens:
292
- if x < tamano:
293
  print('se agrega token')
294
  new_identificadores.append(token)
295
  x=x+1
 
289
  for token in predicted_tokens_classes:
290
  print('x',x, len(predicted_tokens_classes)-x)
291
  if x not in ig_tokens:
292
+ if len(new_identificadores) < tamano:
293
  print('se agrega token')
294
  new_identificadores.append(token)
295
  x=x+1