Skip to content

Commit ea40d5b

Browse files
update autogen.py
1 parent f42b2b3 commit ea40d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/autogen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
try:
3131
import keras_hub
3232
except Exception as e:
33-
print(f"Could not import Keras NLP. Exception: {e}")
33+
print(f"Could not import KerasHub. Exception: {e}")
3434
keras_hub = None
3535

3636
try:

0 commit comments

Comments
 (0)