Spaces:
Runtime error
Runtime error
Update wan/modules/clip.py
Browse files- wan/modules/clip.py +1 -1
wan/modules/clip.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# Modified from ``https://github.com/openai/CLIP'' and ``https://github.com/mlfoundations/open_clip''
|
| 2 |
# Copyright 2024-2025 The Alibaba Wan Team Authors. All rights reserved.
|
| 3 |
import logging
|
| 4 |
-
import math
|
| 5 |
|
| 6 |
import torch
|
| 7 |
import torch.nn as nn
|
|
|
|
| 1 |
# Modified from ``https://github.com/openai/CLIP'' and ``https://github.com/mlfoundations/open_clip''
|
| 2 |
# Copyright 2024-2025 The Alibaba Wan Team Authors. All rights reserved.
|
| 3 |
import logging
|
| 4 |
+
import math#,spaces
|
| 5 |
|
| 6 |
import torch
|
| 7 |
import torch.nn as nn
|