Closed Krato closed 3 years ago
@Krato hmm, that definitely hasn't occurred for me. Seems like it's not parsing your input correctly. I'm really just guessing here, but try changing any mentions of input()
to raw_input()
- particularly line 86 of run.py
:
path = Path(input("enter the filepath of the image to process:"))
Hi, I installed but I don't know how to run it.
I show you my terminal session: https://asciinema.org/a/n8VjH60sHnF4SUFGgwiVPXqgR
And the log:
Thanks so much!