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