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

app modified

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,7 +287,7 @@ class ModeloDataset:
287
  x=0
288
  new_identificadores=[]
289
  for token in predicted_tokens_classes:
290
- print('x',x, len(predicted_tokens_classes)-1)
291
  if x not in ig_tokens:
292
  if x < tamano:
293
  print('se agrega token')
 
287
  x=0
288
  new_identificadores=[]
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')