Open Tinesh10 opened 9 months ago
Working good for me. Can you post your flask log?
Check out this and plz resolve this
That's because you are running it on windows and wget is not a supported command. Go to the links that wget is trying and download the files and paste them in the folder where you are running this.
Already downloaded 3 links but the same result is coming
Comment 29-32 lines, if you downloaded the files manually and placed them in the folder where app.py is located.
Please sir can you explain me detail
for weight _file, weight_url in model_weights.items(): if not os.path.exists(weight_file): os.system(f"wget {weight_url} -p .")
put # in front of lines 30-32
the enhanced image in the final page is not showing please resolve this problem