Skip to content

Commit

Permalink
fix autoclip
Browse files Browse the repository at this point in the history
  • Loading branch information
NevermindNilas committed Sep 28, 2024
1 parent 3e0afe9 commit 3d9e855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/initializeModels.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def AutoClip(self, mainPath):
from src.autoclip import AutoClip
from src.autoclip.autoclip import AutoClip

AutoClip(
self.input,
Expand Down

0 comments on commit 3d9e855

Please sign in to comment.