czk32611 commited on
Commit
b8f993c
1 Parent(s): c279a9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ import shutil
31
 
32
 
33
  ProjectDir = os.path.abspath(os.path.dirname(__file__))
34
- CheckpointsDir = os.path.join(ProjectDir, "checkpoints")
35
 
36
  def download_model():
37
  if not os.path.exists(CheckpointsDir):
 
31
 
32
 
33
  ProjectDir = os.path.abspath(os.path.dirname(__file__))
34
+ CheckpointsDir = os.path.join(ProjectDir, "models")
35
 
36
  def download_model():
37
  if not os.path.exists(CheckpointsDir):