saptak21 commited on
Commit
2163def
·
verified ·
1 Parent(s): 6308f07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ Upload a short video or a single image.
39
  Checkpoint automatically loads correct model config (no mismatch errors).
40
  """
41
 
42
- sys.path.append(os.path.dirname(**file**))
43
 
44
  # --------------------------------------------------------------------------------------
45
 
 
39
  Checkpoint automatically loads correct model config (no mismatch errors).
40
  """
41
 
42
+ sys.path.append(os.path.dirname(__file__))
43
 
44
  # --------------------------------------------------------------------------------------
45