Spaces:
Sleeping
Sleeping
Jimin Park
commited on
Commit
·
b089ffc
1
Parent(s):
d756d90
kermitting soon
Browse files- util/app.py +1 -1
util/app.py
CHANGED
@@ -290,7 +290,7 @@ def predict_champion(player_opgg_url, *champions):
|
|
290 |
decoded_preds = label_encoder.inverse_transform(pred_indices)
|
291 |
print("\nDecoded Predictions:")
|
292 |
print("Type:", type(decoded_preds))
|
293 |
-
print("Value:", decoded_preds)
|
294 |
print("==================== Exiting: predict_champion()===================\n")
|
295 |
return f"Predicted champion: {decoded_preds[0]}"
|
296 |
except Exception as e:
|
|
|
290 |
decoded_preds = label_encoder.inverse_transform(pred_indices)
|
291 |
print("\nDecoded Predictions:")
|
292 |
print("Type:", type(decoded_preds))
|
293 |
+
print("Value:", decoded_preds)
|
294 |
print("==================== Exiting: predict_champion()===================\n")
|
295 |
return f"Predicted champion: {decoded_preds[0]}"
|
296 |
except Exception as e:
|