Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def load_model(model_path):
|
|
| 18 |
return None
|
| 19 |
|
| 20 |
# Path to the model
|
| 21 |
-
model_path = '/
|
| 22 |
|
| 23 |
|
| 24 |
# Load the trained model
|
|
|
|
| 18 |
return None
|
| 19 |
|
| 20 |
# Path to the model
|
| 21 |
+
model_path = '/model.pth'
|
| 22 |
|
| 23 |
|
| 24 |
# Load the trained model
|