Skip to content

Commit

Permalink
Feat : add . to solve module import error
Browse files Browse the repository at this point in the history
  • Loading branch information
soyoonjeong committed Mar 13, 2024
1 parent 0a1b339 commit 2038d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serving/sf2f/inference.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import torch
import os, glob
import mlflow
from utils import wav2mel, upload_minio
from datasets import imagenet_deprocess_batch, set_mel_transform, \
from .utils import wav2mel, upload_minio
from .datasets import imagenet_deprocess_batch, set_mel_transform, \
deprocess_and_save, window_segment
import mlflow
from PIL import Image
Expand Down

0 comments on commit 2038d7c

Please sign in to comment.