Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
added logger for preprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
blazinghorizon committed Oct 14, 2023
1 parent 746d813 commit 85babc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/preprocessor/libs/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from transformers import BlipProcessor, BlipForConditionalGeneration, pipeline
import torch
import shutil
from libs import logger

class Translator:
def __init__(self) -> None:
Expand Down

0 comments on commit 85babc6

Please sign in to comment.