Skip to content

Commit

Permalink
Merge pull request #104 from seriousran/main
Browse files Browse the repository at this point in the history
Update hook.py
  • Loading branch information
RetroCirce authored Feb 5, 2024
2 parents 817041c + 9871d29 commit 8e55881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/laion_clap/hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import torch
import librosa
from clap_module import create_model
from training.data import get_audio_features
from training.data import int16_to_float32, float32_to_int16
from .training.data import get_audio_features
from .training.data import int16_to_float32, float32_to_int16

from transformers import RobertaTokenizer
import wget
Expand Down

0 comments on commit 8e55881

Please sign in to comment.