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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -3,7 +3,6 @@ from PIL import Image
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:
 
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: