Updated model to latest iteration 40b9c6d
Jeroen commited on
How to use IT-Guy007/AstroVisionV1 with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://IT-Guy007/AstroVisionV1")