Skip to content

Commit

Permalink
delete unusable files from build
Browse files Browse the repository at this point in the history
  • Loading branch information
arodik committed Apr 29, 2024
1 parent d220c02 commit 10ea578
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions embedding-calculator/src/_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
from werkzeug.exceptions import BadRequest

from src.constants import ENV
from src.exceptions import NoFaceFoundError
from src.services.facescan.plugins import base, managers
from src.services.facescan.scanner.facescanners import scanner
#from src.exceptions import NoFaceFoundError
#from src.services.facescan.plugins import base, managers
#from src.services.facescan.scanner.facescanners import scanner
from src.services.flask_.constants import ARG
from src.services.flask_.needs_attached_file import needs_attached_file
from src.services.imgtools.read_img import read_img
#from src.services.flask_.needs_attached_file import needs_attached_file
#from src.services.imgtools.read_img import read_img
from src.services.utils.pyutils import Constants
from src.services.imgtools.test.files import IMG_DIR
from src.services.facescan.plugins.adaface.inference import *
from src.services.facescan.plugins.pytorch_detector.detect import retina_detector
import base64
from src.constants import SKIPPED_PLUGINS
#from src.constants import SKIPPED_PLUGINS
import json


Expand Down

0 comments on commit 10ea578

Please sign in to comment.