Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import numpy as np
|
|
7 |
|
8 |
|
9 |
# Load your trained Xception model
|
10 |
-
model = tf.keras.models.load_model("icputrd/gelderman_decomposition_classification/head/xception_070523")
|
11 |
|
12 |
def classify_image(img):
|
13 |
# Preprocess the image
|
|
|
7 |
|
8 |
|
9 |
# Load your trained Xception model
|
10 |
+
model = tf.keras.models.load_model("https://huggingface.co/icputrd/gelderman_decomposition_classification/blob/main/head/xception_070523")
|
11 |
|
12 |
def classify_image(img):
|
13 |
# Preprocess the image
|