Spaces:
Runtime error
Runtime error
Rename INSURANCE_APP.py to app.py
Browse files
INSURANCE_APP.py → app.py
RENAMED
|
@@ -11,7 +11,7 @@ def predict_expenses(
|
|
| 11 |
):
|
| 12 |
|
| 13 |
# Load the model
|
| 14 |
-
model=load("
|
| 15 |
|
| 16 |
# Create dict array from parameters
|
| 17 |
data={
|
|
|
|
| 11 |
):
|
| 12 |
|
| 13 |
# Load the model
|
| 14 |
+
model=load("insurancepredict.jb")
|
| 15 |
|
| 16 |
# Create dict array from parameters
|
| 17 |
data={
|