ajeetkumar01 commited on
Commit
ffbdf31
·
verified ·
1 Parent(s): bb090f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from PIL import Image
3
  import numpy as np
4
  from tensorflow.keras.models import load_model
5
 
 
6
  # Define a function to make predictions on a single image
7
  def predict_single_image(image, model):
8
  try:
 
3
  import numpy as np
4
  from tensorflow.keras.models import load_model
5
 
6
+
7
  # Define a function to make predictions on a single image
8
  def predict_single_image(image, model):
9
  try: