runtime error

47.675110: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. 2024-04-18 08:36:48.645826: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT Traceback (most recent call last): File "/home/user/app/app.py", line 8, in <module> model = from_pretrained_keras("keras-io/lowlight-enhance-mirnet", compile=False) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/keras_mixin.py", line 296, in from_pretrained_keras return KerasModelHubMixin.from_pretrained(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 119, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/hub_mixin.py", line 420, in from_pretrained instance = cls._from_pretrained( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/keras_mixin.py", line 497, in _from_pretrained model = keras.models.load_model(storage_folder) File "/usr/local/lib/python3.10/site-packages/keras/src/saving/saving_api.py", line 191, in load_model raise ValueError( ValueError: File format not supported: filepath=/home/user/.cache/huggingface/hub/models--keras-io--lowlight-enhance-mirnet/snapshots/45f218968a8cf9c1bfc8817f90ac47a885748cf2. Keras 3 only supports V3 `.keras` files and legacy H5 format files (`.h5` extension). Note that the legacy SavedModel format is not supported by `load_model()` in Keras 3. In order to reload a TensorFlow SavedModel as an inference-only layer in Keras 3, use `keras.layers.TFSMLayer(/home/user/.cache/huggingface/hub/models--keras-io--lowlight-enhance-mirnet/snapshots/45f218968a8cf9c1bfc8817f90ac47a885748cf2, call_endpoint='serving_default')` (note that your `call_endpoint` might have a different name).

Container logs:

Fetching error logs...