Spaces:
Sleeping
Sleeping
Commit ·
5fc4de9
1
Parent(s): 51f10d0
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,8 +6,8 @@ from PIL import Image
|
|
| 6 |
import pickle
|
| 7 |
|
| 8 |
|
| 9 |
-
st.header('
|
| 10 |
-
task = st.selectbox('Select Task', [
|
| 11 |
|
| 12 |
|
| 13 |
if task == "Tumor Detection":
|
|
|
|
| 6 |
import pickle
|
| 7 |
|
| 8 |
|
| 9 |
+
st.header('Celebrity Classification')
|
| 10 |
+
task = st.selectbox('Select Task', ['Sentiment Classification', 'Tumor Detection'])
|
| 11 |
|
| 12 |
|
| 13 |
if task == "Tumor Detection":
|