karouswissem commited on
Commit
525fff5
·
verified ·
1 Parent(s): ac7aac4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ st.title("Skin Cancer Detection")
10
  st.write("Upload an image to detect the type of skin lesion.")
11
 
12
  # Load the trained model
13
- model_path = "cnn_fc_model (1).h5"
14
  model = load_model(model_path)
15
 
16
  # Define class names
 
10
  st.write("Upload an image to detect the type of skin lesion.")
11
 
12
  # Load the trained model
13
+ model_path = "Model.h5"
14
  model = load_model(model_path)
15
 
16
  # Define class names