saptak21 commited on
Commit
af9574e
·
verified ·
1 Parent(s): 3cb4ae2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ Checkpoint automatically loads correct model config (no mismatch errors).
41
 
42
  # Fix import path
43
 
44
- sys.path.append(os.path.dirname(**file**))
45
 
46
  # --------------------------------------------------------------------------------------
47
 
 
41
 
42
  # Fix import path
43
 
44
+ sys.path.append(os.path.dirname(__file__))
45
 
46
  # --------------------------------------------------------------------------------------
47