dayannex commited on
Commit
320fde3
·
1 Parent(s): b5074cf

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -410,7 +410,7 @@ def procesar(texto,archivo):
410
  print('despues de aplicar modelo')
411
  out=modelo.salida_texto2( ides,predicted)
412
 
413
- df_new[item] = modelo.unir_array(out)
414
  #return "", df, df.to_csv(sep='\t', encoding='utf-8',index=False)
415
  return "", df_new, df_new.to_csv(sep='\t', encoding='utf-8',index=False)
416
 
 
410
  print('despues de aplicar modelo')
411
  out=modelo.salida_texto2( ides,predicted)
412
 
413
+ df_new[item] = modelo.unir_array(out)
414
  #return "", df, df.to_csv(sep='\t', encoding='utf-8',index=False)
415
  return "", df_new, df_new.to_csv(sep='\t', encoding='utf-8',index=False)
416