Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -105,6 +105,11 @@ with left_column:
|
|
105 |
|
106 |
|
107 |
with right_column:
|
|
|
|
|
|
|
|
|
|
|
108 |
uploaded_file = st.file_uploader("Upload ZIP with images for celebrity to forget.", type="zip")
|
109 |
if uploaded_file is not None:
|
110 |
st.write("Uploaded ZIP file details:")
|
|
|
105 |
|
106 |
|
107 |
with right_column:
|
108 |
+
st.title("Unlearned Model")
|
109 |
+
options = ['SSD', 'SCRUB', 'UNSIR', 'Incompetent Teacher', 'Mislabel']
|
110 |
+
|
111 |
+
# Display dropdown and store selected value
|
112 |
+
selected_option = st.selectbox('Select an option:', options)
|
113 |
uploaded_file = st.file_uploader("Upload ZIP with images for celebrity to forget.", type="zip")
|
114 |
if uploaded_file is not None:
|
115 |
st.write("Uploaded ZIP file details:")
|