Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ def decode_file(file_path):
|
|
| 21 |
|
| 22 |
# Load the model once when starting the app
|
| 23 |
try:
|
| 24 |
-
model = decode_file('
|
| 25 |
if model is not None:
|
| 26 |
print("Model loaded successfully")
|
| 27 |
else:
|
|
|
|
| 21 |
|
| 22 |
# Load the model once when starting the app
|
| 23 |
try:
|
| 24 |
+
model = decode_file('model.pkl')
|
| 25 |
if model is not None:
|
| 26 |
print("Model loaded successfully")
|
| 27 |
else:
|