Spaces:
Paused
Paused
Update inference.py
Browse files- 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.")
|