fixed import error in model_loader.py

This commit is contained in:
Aravind Karnam
2024-07-21 14:55:58 +05:30
parent 7715623430
commit 9d0cafcfa6

View File

@@ -3,7 +3,7 @@ from pathlib import Path
import subprocess, os
import shutil
import tarfile
from crawl4ai.config import MODEL_REPO_BRANCH
from .model_loader import *
import argparse
import urllib.request
__location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))