We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42b2b3 commit ea40d5bCopy full SHA for ea40d5b
scripts/autogen.py
@@ -30,7 +30,7 @@
30
try:
31
import keras_hub
32
except Exception as e:
33
- print(f"Could not import Keras NLP. Exception: {e}")
+ print(f"Could not import KerasHub. Exception: {e}")
34
keras_hub = None
35
36
0 commit comments