Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
jnwnlee committed Mar 29, 2024
1 parent c477bdd commit 7e7423d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fadtk/__main__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import time
from argparse import ArgumentParser
from pathlib import Path

from .fad import FrechetAudioDistance, log
from .model_loader import *
from .model_loader import get_all_models
from .fad_batch import cache_embedding_files


Expand Down

0 comments on commit 7e7423d

Please sign in to comment.