Omnibus commited on
Commit
b480e9f
·
verified ·
1 Parent(s): 264f44b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -419,9 +419,9 @@ def summarize(inp,history,data=None,files=None,url=None,pdf_url=None,pdf_batch=N
419
  c +=1
420
  print (f'c2:: {c}')
421
  #history.append(("",out))
422
- yield "", history,error_box,out
423
  json_final=compress_data_json(c,inp,out)
424
- json_final = str(json_final)
425
  #history.append(("",out))
426
  yield "", history,error_box,json_final
427
 
 
419
  c +=1
420
  print (f'c2:: {c}')
421
  #history.append(("",out))
422
+ yield "", history,error_box,json_out
423
  json_final=compress_data_json(c,inp,out)
424
+ #json_final = str(json_final)
425
  #history.append(("",out))
426
  yield "", history,error_box,json_final
427