Commit a4e9ee50 by lichenggang

添加预测结果

parent e41b463e
Showing with 1 additions and 0 deletions
......@@ -57,6 +57,7 @@ class TxtPredict(BasePredictor):
resp_data['gn_or_param'] = ' '.join(nonull_nonum_items)
resp[row_index] = resp_data
self.info.info('预测结果为: ' + str({'results': resp}))
return {'results': resp}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment