niknikita commited on
Commit
d470d7b
1 Parent(s): f8b853e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def get_predict(text):
66
 
67
  with open(file_path, 'r') as json_file:
68
  decode_target = json.load(json_file)
69
- print(get_top95(y_predict, decode_target))
70
  #
71
  #
72
  #
 
66
 
67
  with open(file_path, 'r') as json_file:
68
  decode_target = json.load(json_file)
69
+ return get_top95(y_predict, decode_target)
70
  #
71
  #
72
  #