ZDPLI commited on
Commit
a63e1cf
·
verified ·
1 Parent(s): 647b808

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ label_mapping = {
25
  }
26
 
27
  # Model paths
28
- CHECKPOINTS_PATH = os.getenv("CHECKPOINTS_PATH", "./checkpoints")
29
 
30
  # Model definitions
31
  def get_efficientnet():
 
25
  }
26
 
27
  # Model paths
28
+ CHECKPOINTS_PATH = os.getenv("CHECKPOINTS_PATH", "./")
29
 
30
  # Model definitions
31
  def get_efficientnet():