Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def tumor_detection(img, model):
|
|
29 |
return "Tumor Detected" if res else "No Tumor"
|
30 |
|
31 |
# Streamlit App
|
32 |
-
st.title("Deep
|
33 |
|
34 |
# Choose between tasks
|
35 |
task = st.radio("Select Task", ("Sentiment Classification", "Tumor Detection"))
|
|
|
29 |
return "Tumor Detected" if res else "No Tumor"
|
30 |
|
31 |
# Streamlit App
|
32 |
+
st.title("Deep Learning Predictions")
|
33 |
|
34 |
# Choose between tasks
|
35 |
task = st.radio("Select Task", ("Sentiment Classification", "Tumor Detection"))
|