Spaces:
Sleeping
Sleeping
update app
Browse files
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 |
-
|
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 |
|