ninetynine99 commited on
Commit
459e16f
·
verified ·
1 Parent(s): 81555fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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%2520%25281%2529.keras"
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