igolas0/fastai_sportsman
removed unnecessary comments and lines of code from app.py
converting image to fastai Image first
converting image to uint8 RGB before opening with PILlow
Added debugging in app.py. Added a unique filename to see if it gets processed correctly
replaced logger statements by print statements
Updated logging so that logs will be output to stdout
added logging in app for debugging
added type pil to image in gradio
removed enable_queue argument. Unknown argument according to new version of gradio
removed interpretation. Unknown argument according to new version of gradio
changed gr.outputs.Label to gr.Label according to new version documentation
changed width/height image parameters according to new gradio version
Merge remote-tracking branch 'refs/remotes/origin/main'
changed gr.inputs.Image to gr.Image
Update README.md
deploy to huggingfaces
deploy to huggingfaces
update .gitattributes to track jpg files
without examples
added pkl file
added requirements.txt
deploy to huggingface spaces
update .gitattributes so git lfs will track .pkl files
Add application file
initial commit
