unnati026 commited on
Commit
d16d25d
·
1 Parent(s): 360e937

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -6,8 +6,7 @@ from tensorflow.keras.models import Model
6
  from PIL import Image
7
  import IPython.display as display
8
 
9
-
10
- # Functions from your provided code
11
  def load_image(image_path, max_dim):
12
  img = Image.open(image_path)
13
  img = img.convert("RGB")
 
6
  from PIL import Image
7
  import IPython.display as display
8
 
9
+ # Required Functions
 
10
  def load_image(image_path, max_dim):
11
  img = Image.open(image_path)
12
  img = img.convert("RGB")