Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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 |
#
|