xtlyxt commited on
Commit
8b67259
·
verified ·
1 Parent(s): 030c58e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ if uploaded_images:
46
  selected_file_names.append(img.name)
47
 
48
  # Define results list to store prediction results
49
- results = []
50
 
51
 
52
  if st.button("Predict Emotions") and selected_images:
 
46
  selected_file_names.append(img.name)
47
 
48
  # Define results list to store prediction results
49
+ #results = []
50
 
51
 
52
  if st.button("Predict Emotions") and selected_images: