Update app.py
Browse files
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")
|