Update README.md
Browse files
README.md
CHANGED
@@ -58,11 +58,11 @@ pip install tensorflow pillow matplotlib numpy
|
|
58 |
|
59 |
To load and use the model for predictions:
|
60 |
|
61 |
-
python
|
62 |
import tensorflow as tf
|
63 |
from PIL import Image
|
64 |
import numpy as np
|
65 |
-
|
66 |
# Load the model
|
67 |
model = tf.keras.models.load_model("path_to_model.h5")
|
68 |
|
|
|
58 |
|
59 |
To load and use the model for predictions:
|
60 |
|
61 |
+
'''python
|
62 |
import tensorflow as tf
|
63 |
from PIL import Image
|
64 |
import numpy as np
|
65 |
+
'''
|
66 |
# Load the model
|
67 |
model = tf.keras.models.load_model("path_to_model.h5")
|
68 |
|