Spaces:
Runtime error
Runtime error
Update model_loader.py
Browse files- model_loader.py +1 -1
model_loader.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
import tensorflow as tf
|
| 4 |
|
| 5 |
# Use the existing local model file
|
| 6 |
-
MODEL_PATH = "
|
| 7 |
|
| 8 |
def load_model():
|
| 9 |
if not os.path.exists(MODEL_PATH):
|
|
|
|
| 3 |
import tensorflow as tf
|
| 4 |
|
| 5 |
# Use the existing local model file
|
| 6 |
+
MODEL_PATH = "efficientnetv2s.h5"
|
| 7 |
|
| 8 |
def load_model():
|
| 9 |
if not os.path.exists(MODEL_PATH):
|