Instructions to use detectivejoewest/diffusion-med-coco with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use detectivejoewest/diffusion-med-coco with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://detectivejoewest/diffusion-med-coco") - Notebooks
- Google Colab
- Kaggle
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,2 +1 @@
|
|
| 1 |
-
|
| 2 |
-
tensorflow
|
|
|
|
| 1 |
+
tf-keras
|
|
|