Spaces:
Runtime error
Runtime error
Update app.py
Browse filestensor to numpy
app.py
CHANGED
@@ -201,7 +201,7 @@ if st.button('확인'):
|
|
201 |
|
202 |
num_ans_topk = label_tbl[topk_idx]
|
203 |
str_ans_topk = [loc_tbl['항목명'][loc_tbl['코드'] == k] for k in num_ans_topk]
|
204 |
-
percent_ans_topk = list(topk_values)
|
205 |
|
206 |
# print(num_ans, str_ans)
|
207 |
# print(num_ans_topk)
|
|
|
201 |
|
202 |
num_ans_topk = label_tbl[topk_idx]
|
203 |
str_ans_topk = [loc_tbl['항목명'][loc_tbl['코드'] == k] for k in num_ans_topk]
|
204 |
+
percent_ans_topk = list(topk_values.numpy())
|
205 |
|
206 |
# print(num_ans, str_ans)
|
207 |
# print(num_ans_topk)
|