Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 5.44.1
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Entrepreneurial Readiness App
|
| 3 |
+
emoji: π
|
| 4 |
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: gradio
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
+
A simple Gradio app that loads a scikit-learn regressor from **kirakayy/entrepreneurial-readiness** and
|
| 10 |
+
predicts a 0β100 entrepreneurial readiness score, plus a label (low/medium/high).
|
| 11 |
+
|
| 12 |
+
**Private model?** Add a Space Secret named `HF_TOKEN` with a token that has *read* access.
|