StefanijaG commited on
Commit
bda9c95
·
verified ·
1 Parent(s): e838264

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import tensorflow as tf
3
  import numpy as np
4
  from PIL import Image
5
 
6
- model_path = "transfer_learning_mobilenetv2.keras"
7
  model = tf.keras.models.load_model(model_path)
8
 
9
  # Define the core prediction function
 
3
  import numpy as np
4
  from PIL import Image
5
 
6
+ model_path = "transfer_learning_xception.keras"
7
  model = tf.keras.models.load_model(model_path)
8
 
9
  # Define the core prediction function