Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from tensorflow.keras.preprocessing import image
|
|
4 |
import tensorflow as tf
|
5 |
|
6 |
# Lade das gespeicherte Modell
|
7 |
-
model = tf.keras.models.load_model("
|
8 |
|
9 |
# Setze die Bildabmessungen
|
10 |
img_height, img_width = 299, 299 # Eingabegröße für Xception
|
|
|
4 |
import tensorflow as tf
|
5 |
|
6 |
# Lade das gespeicherte Modell
|
7 |
+
model = tf.keras.models.load_model("pokemon_classification_model_xception_v3.keras")
|
8 |
|
9 |
# Setze die Bildabmessungen
|
10 |
img_height, img_width = 299, 299 # Eingabegröße für Xception
|