Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1270,7 +1270,7 @@ if st.session_state.page == "Home":
|
|
1270 |
<div class="titles">
|
1271 |
<h1>Brain Tummor Classfication</br> Using Transfer learning</h1>
|
1272 |
<div> This web application utilizes transfer learning to classify kidney ultrasound images</br>
|
1273 |
-
into four categories: HEALTH and TUMOR
|
1274 |
Built with Streamlit and powered by </br>a TensorFlow transfer learning
|
1275 |
model based on <strong>VGG16</strong>
|
1276 |
the app provides </br>a simple and efficient way for users
|
|
|
1270 |
<div class="titles">
|
1271 |
<h1>Brain Tummor Classfication</br> Using Transfer learning</h1>
|
1272 |
<div> This web application utilizes transfer learning to classify kidney ultrasound images</br>
|
1273 |
+
into four categories: HEALTH and TUMOR Class.
|
1274 |
Built with Streamlit and powered by </br>a TensorFlow transfer learning
|
1275 |
model based on <strong>VGG16</strong>
|
1276 |
the app provides </br>a simple and efficient way for users
|