abuzarAli commited on
Commit
78f0c67
·
verified ·
1 Parent(s): 99d610b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def load_organ_model():
23
  model.eval() # Set the model to evaluation mode
24
  return model
25
 
26
- organ_model, chexnet_model = load_model()
27
 
28
  # Image Preprocessing
29
  def preprocess_image(image):
 
23
  model.eval() # Set the model to evaluation mode
24
  return model
25
 
26
+
27
 
28
  # Image Preprocessing
29
  def preprocess_image(image):