YvanRLD commited on
Commit
d892f47
1 Parent(s): d700775

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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