Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from tensorflow.keras.applications.efficientnet import preprocess_input
|
|
| 6 |
from tensorflow.keras.preprocessing import image as keras_image
|
| 7 |
|
| 8 |
# Load Model & Class Indices
|
| 9 |
-
MODEL_PATH = "latest_model%
|
| 10 |
CLASS_INDICES_PATH = "class_indices%2525252520%252525252811%2525252529 (1).json"
|
| 11 |
FLOWER_INFO_PATH = "flower_info%2525252520%25252525281%2525252529[1].json"
|
| 12 |
|
|
|
|
| 6 |
from tensorflow.keras.preprocessing import image as keras_image
|
| 7 |
|
| 8 |
# Load Model & Class Indices
|
| 9 |
+
MODEL_PATH = "latest_model%252520%2525281%252529.keras"
|
| 10 |
CLASS_INDICES_PATH = "class_indices%2525252520%252525252811%2525252529 (1).json"
|
| 11 |
FLOWER_INFO_PATH = "flower_info%2525252520%25252525281%2525252529[1].json"
|
| 12 |
|