This commit is contained in:
mertalev
2025-03-14 15:04:46 -04:00
parent 0f1a551842
commit bd9374e4a9
7 changed files with 238 additions and 38 deletions
@@ -73,7 +73,7 @@ insightface = [
]
def export_models(models: list[str], source: ModelSource):
def export_models(models: list[str], source: ModelSource) -> None:
for model in models:
try:
print(f"Exporting model {model}")