Spaces:
Sleeping
Sleeping
rohithjoseph
commited on
Commit
•
822cb7d
1
Parent(s):
ee4981d
Update Stream.py
Browse files
Stream.py
CHANGED
@@ -69,7 +69,7 @@ elif task == "Tumor Detection":
|
|
69 |
|
70 |
if uploaded_file is not None:
|
71 |
# Load the tumor detection model
|
72 |
-
model = load_model("
|
73 |
st.image(uploaded_file, caption="Uploaded Image.", use_column_width=False, width=200)
|
74 |
st.write("")
|
75 |
|
|
|
69 |
|
70 |
if uploaded_file is not None:
|
71 |
# Load the tumor detection model
|
72 |
+
model = load_model("CN.h5")
|
73 |
st.image(uploaded_file, caption="Uploaded Image.", use_column_width=False, width=200)
|
74 |
st.write("")
|
75 |
|