Upload folder using huggingface_hub
Browse files
introvert_extrovert_predictor.py
CHANGED
|
@@ -24,8 +24,8 @@ def predict_personality_single():
|
|
| 24 |
"Going_outside": input_data["Going_outside"],
|
| 25 |
"Friends_circle_size": input_data["Friends_circle_size"],
|
| 26 |
"Post_frequency": input_data["Post_frequency"],
|
| 27 |
-
"Stage_fear":
|
| 28 |
-
"Drained_after_socializing":
|
| 29 |
}
|
| 30 |
|
| 31 |
# Convert to DataFrame and predict
|
|
|
|
| 24 |
"Going_outside": input_data["Going_outside"],
|
| 25 |
"Friends_circle_size": input_data["Friends_circle_size"],
|
| 26 |
"Post_frequency": input_data["Post_frequency"],
|
| 27 |
+
"Stage_fear": input_data["Stage_fear"],
|
| 28 |
+
"Drained_after_socializing": input_data["Drained_after_socializing"]
|
| 29 |
}
|
| 30 |
|
| 31 |
# Convert to DataFrame and predict
|