Taha Khursheed

Results 2 comments of Taha Khursheed

Too late, but you could do the following 1. Convert png to jpg : `mogrify -format jpg *.png` run on the directory of images 2. Change main.py to read jpg...

The best solution i can think of atm is to add some sleep. `import time` and add `time.sleep()` for 0.5 seconds or so. Let me know how it goes.