Luis J Camargo commited on
Commit
bef2fad
·
1 Parent(s): 02eacfb
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -74,8 +74,9 @@ class PaddleOCRModelManager(object):
74
 
75
  serialized_result = serialize_for_json(result)
76
  json_str = json.dumps(serialized_result, indent=4)
 
77
 
78
- returns = [markdown_texts, json_str]
79
 
80
  result_queue.put((True, returns))
81
  except Exception as e:
 
74
 
75
  serialized_result = serialize_for_json(result)
76
  json_str = json.dumps(serialized_result, indent=4)
77
+ print(">>>>", json_str)
78
 
79
+ returns = markdown_texts
80
 
81
  result_queue.put((True, returns))
82
  except Exception as e: