Instructions to use google/maxim-s2-enhancement-lol with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use google/maxim-s2-enhancement-lol with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://google/maxim-s2-enhancement-lol") - Notebooks
- Google Colab
- Kaggle
WARNING:tensorflow:No training configuration found in save file, so the model was *not* compiled. Compile it manually.
#2 opened over 1 year ago
by
TauseefAhmed
Set `library_name` to `tf-keras`.
#1 opened almost 2 years ago
by
Wauplin