Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,3 +11,7 @@ short_description: 'to check the possibility for attending a event '
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 14 |
+
# My ML Predictor on Hugging Face Spaces
|
| 15 |
+
|
| 16 |
+
This app predicts outcomes based on user input using a trained model (`model.pkl`) and a scaler (`scaler.pkl`). Built using Gradio.
|
| 17 |
+
|