Skip to content

Commit 26b75a2

Browse files
fix error
1 parent e3a5063 commit 26b75a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/hub_api_master.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,8 +1109,8 @@
11091109
"generate": [
11101110
"keras_hub.models.StableDiffusion3TextToImagePreprocessor",
11111111
"keras_hub.models.StableDiffusion3TextToImagePreprocessor.from_preset",
1112-
"keras_hub.models.StableDiffusion3TextToImagePreprocessorc.clip_l_preprocessor",
1113-
"keras_hub.models.StableDiffusion3TextToImagePreprocessorc.clip_g_preprocessor",
1112+
"keras_hub.models.StableDiffusion3TextToImagePreprocessor.clip_l_preprocessor",
1113+
"keras_hub.models.StableDiffusion3TextToImagePreprocessor.clip_g_preprocessor",
11141114
],
11151115
},
11161116
],

0 commit comments

Comments
 (0)