Wayne Lau

Results 5 issues of Wayne Lau

Some additional steps have to be carried out for installing this on Ubuntu for orange pi 5. ``` sudo apt-get update sudo apt-get install make gcc linux-headers-$(uname -r) build-essential git...

When inputting a larger image, the original coords are not returned. I have a workaround made in the app.py, but sharing to check there's any correct way to do this...

Not so sure about whether canvas has an inbuilt feature, but I've implemented a workaround to keep aspect ratio for viewing your image

Small QOL change, adding a cache_dir argument to the input of from_pretrained. In addition, removes the model after test_model runs, this reduces clutter, but may slow down frequent testing. (This...

Allow saving to a defined cache folder (similar to huggingface)