Instructions to use AlexanderD/test_cats with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use AlexanderD/test_cats with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://AlexanderD/test_cats") - Notebooks
- Google Colab
- Kaggle
Commit ·
9b20742
1
Parent(s): 00cb7cf
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
widget:
|
| 2 |
-
- src: https://huggingface.co/datasets/
|
| 3 |
example_title: Tiger
|
| 4 |
-
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/teapot.jpg
|
| 5 |
-
example_title: Teapot
|
|
|
|
| 1 |
widget:
|
| 2 |
+
- src: https://huggingface.co/datasets/test_cats/cifar1.jpg
|
| 3 |
example_title: Tiger
|
|
|
|
|
|