Skip to content

Commit 304b71b

Browse files
committed
Fix changed clip import
1 parent 9c4f1e8 commit 304b71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deep_daze/deep_daze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from tqdm import trange, tqdm
2121

22-
from clip import load, tokenize
22+
from deep_daze.clip import load, tokenize
2323

2424
assert torch.cuda.is_available(), 'CUDA must be available in order to use Deep Daze'
2525

0 commit comments

Comments
 (0)