bhumikamittal commited on
Commit
2debe57
·
1 Parent(s): fb3e30b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -69,8 +69,8 @@ def get_sentiment(mood, productivity):
69
  return labels[index]
70
 
71
  # Get user input - use image file from local directory, not streamlit
72
- user_upload = Image.open("sad_sid.jpg")
73
- user_upload.resize((224, 224))
74
 
75
  # #use the uploaded image to get mood and productivity
76
  # mood = get_mood(user_upload)
 
69
  return labels[index]
70
 
71
  # Get user input - use image file from local directory, not streamlit
72
+ # user_upload = Image.open("sad_sid.jpg")
73
+ # user_upload.resize((224, 224))
74
 
75
  # #use the uploaded image to get mood and productivity
76
  # mood = get_mood(user_upload)