Spaces:
Runtime error
Runtime error
Update load.py
Browse files
load.py
CHANGED
|
@@ -19,4 +19,5 @@ def load_model(model_path="fine_tuned_resnet50.pth"):
|
|
| 19 |
|
| 20 |
# If the file is run directly, load the model
|
| 21 |
if __name__ == "__main__":
|
| 22 |
-
model = load_model()
|
|
|
|
|
|
| 19 |
|
| 20 |
# If the file is run directly, load the model
|
| 21 |
if __name__ == "__main__":
|
| 22 |
+
model = load_model()
|
| 23 |
+
|