Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ elif task == "Tumor Detection":
|
|
71 |
|
72 |
if uploaded_file is not None:
|
73 |
# Load the tumor detection model
|
74 |
-
model = load_model('CN.
|
75 |
st.image(uploaded_file, caption="Uploaded Image.", use_column_width=False, width=200)
|
76 |
st.write("")
|
77 |
|
|
|
71 |
|
72 |
if uploaded_file is not None:
|
73 |
# Load the tumor detection model
|
74 |
+
model = load_model('CN.h5')
|
75 |
st.image(uploaded_file, caption="Uploaded Image.", use_column_width=False, width=200)
|
76 |
st.write("")
|
77 |
|