ZDPLI commited on
Commit
6477597
·
verified ·
1 Parent(s): 706b4bf

Update app.py

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