Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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
|