Tantawi commited on
Commit
495340f
·
verified ·
1 Parent(s): 28241bd

Update model_loader.py

Browse files
Files changed (1) hide show
  1. 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 = "model/efficientnetv2s.h5"
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):