euIaxs22 commited on
Commit
13e0d30
·
verified ·
1 Parent(s): bb09ff7

Update inference.py

Browse files
Files changed (1) hide show
  1. inference.py +1 -1
inference.py CHANGED
@@ -9,7 +9,7 @@ from pathlib import Path
9
  import shutil
10
  import sys
11
 
12
- LTX_REPO_PATH = Path("/data/LTX-Video,")
13
  if LTX_REPO_PATH.exists() and str(LTX_REPO_PATH) not in sys.path:
14
  sys.path.insert(0, str(LTX_REPO_PATH))
15
  print(f"Adicionado '{LTX_REPO_PATH}' ao sys.path.")
 
9
  import shutil
10
  import sys
11
 
12
+ LTX_REPO_PATH = Path("/data/LTX-Video")
13
  if LTX_REPO_PATH.exists() and str(LTX_REPO_PATH) not in sys.path:
14
  sys.path.insert(0, str(LTX_REPO_PATH))
15
  print(f"Adicionado '{LTX_REPO_PATH}' ao sys.path.")