Christen Millerdurai commited on
Commit ·
35cb562
1
Parent(s): b29ffb5
bug fix
Browse files
app.py
CHANGED
|
@@ -192,7 +192,6 @@ def validate_assets(repo_root: Path) -> None:
|
|
| 192 |
data_dir / "epoch_460.pth",
|
| 193 |
data_dir / "detector.torchscript",
|
| 194 |
data_dir / "mano",
|
| 195 |
-
data_dir / "models" / "param_data.npy",
|
| 196 |
]
|
| 197 |
missing = [str(path) for path in required_paths if not path.exists()]
|
| 198 |
if missing:
|
|
|
|
| 192 |
data_dir / "epoch_460.pth",
|
| 193 |
data_dir / "detector.torchscript",
|
| 194 |
data_dir / "mano",
|
|
|
|
| 195 |
]
|
| 196 |
missing = [str(path) for path in required_paths if not path.exists()]
|
| 197 |
if missing:
|