annanau commited on
Commit
a501d49
·
verified ·
1 Parent(s): e5b29b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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