Instructions to use sowmyaiyer21/tetanus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use sowmyaiyer21/tetanus with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://sowmyaiyer21/tetanus") - Notebooks
- Google Colab
- Kaggle
Commit ·
1fc4665
1
Parent(s): 8905785
Add requirements for Streamlit + TensorFlow
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
streamlit
|
| 2 |
-
tensorflow
|
| 3 |
Pillow>=9.0.0
|
| 4 |
matplotlib>=3.5.0
|
| 5 |
numpy>=1.21.0
|
|
|
|
| 1 |
streamlit
|
| 2 |
+
tensorflow-cpu
|
| 3 |
Pillow>=9.0.0
|
| 4 |
matplotlib>=3.5.0
|
| 5 |
numpy>=1.21.0
|