Skip to content

Commit

Permalink
Update clip_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
divyashreepathihalli authored Aug 12, 2024
1 parent ac3367b commit b466881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keras_cv/src/models/stable_diffusion_v3/clip_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

import regex as re

from keras_cv.backend import keras
from keras_cv.backend import ops
from keras_cv.src.backend import keras
from keras_cv.src.backend import ops


def quick_gelu(x):
Expand Down

0 comments on commit b466881

Please sign in to comment.