Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed errors on Python 3.12.1 Windows #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app-gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from tkinter import font as tkfont
from tkinter import messagebox,PhotoImage
#from PIL import ImageTk, Image
from gender_prediction import emotion,ageAndgender
#from gender_prediction import emotion,ageAndgender
names = set()


Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opencv-python==4.2.0.34
opencv-contrib-python==4.2.0.34
Pillow==9.0.1
h5py==2.10.0
imutils==0.5.3
opencv-python
opencv-contrib-python
Pillow
h5py
imutils