ratnamal commited on
Commit
aaed837
·
verified ·
1 Parent(s): 0c4a998

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from tensorflow.keras.applications.resnet50 import preprocess_input
6
  from tensorflow.keras.models import load_model
7
 
8
  # Load your trained modelC:\Daten\Studium Wirtsc
9
- model = load_model('C:\Users\kavi1\OneDrive\Desktop\Studium\Hauptstudium\Semester 3\KIA\Uebung2\model.h5') # Ensure this path is correct
10
 
11
  def predict_pokemon(img):
12
  img = Image.fromarray(img.astype('uint8'), 'RGB') # Ensure the image is in RGB
 
6
  from tensorflow.keras.models import load_model
7
 
8
  # Load your trained modelC:\Daten\Studium Wirtsc
9
+ model = load_model('/home/user/app/model.h5') # Ensure this path is correct
10
 
11
  def predict_pokemon(img):
12
  img = Image.fromarray(img.astype('uint8'), 'RGB') # Ensure the image is in RGB