Spaces:
Runtime error
Runtime error
first commit
Browse files- lib/openaimodel.py +1 -1
lib/openaimodel.py
CHANGED
@@ -25,7 +25,7 @@ from lib.util import (
|
|
25 |
normalization,
|
26 |
timestep_embedding,
|
27 |
)
|
28 |
-
from attention import SpatialTransformer
|
29 |
from utils import exists
|
30 |
|
31 |
|
|
|
25 |
normalization,
|
26 |
timestep_embedding,
|
27 |
)
|
28 |
+
from lib.attention import SpatialTransformer
|
29 |
from utils import exists
|
30 |
|
31 |
|