CoolFace
Apppublic

igolas0/fastai_sportsman

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
1likes
25 commits on main
3f443922y ago

removed unnecessary comments and lines of code from app.py

igolas0
27684582y ago

converting image to fastai Image first

igolas0
744a6882y ago

converting image to uint8 RGB before opening with PILlow

igolas0
680cc842y ago

Added debugging in app.py. Added a unique filename to see if it gets processed correctly

igolas0
03f75052y ago

replaced logger statements by print statements

igolas0
311206b2y ago

Updated logging so that logs will be output to stdout

igolas0
2d28b552y ago

added logging in app for debugging

igolas0
d1837862y ago

added type pil to image in gradio

igolas0
45f8c052y ago

removed enable_queue argument. Unknown argument according to new version of gradio

igolas0
26277c82y ago

removed interpretation. Unknown argument according to new version of gradio

igolas0
91729b32y ago

changed gr.outputs.Label to gr.Label according to new version documentation

igolas0
0bd23182y ago

changed width/height image parameters according to new gradio version

igolas0
2fcc36f2y ago

Merge remote-tracking branch 'refs/remotes/origin/main'

igolas0
39728b42y ago

changed gr.inputs.Image to gr.Image

igolas0
7a64de62y ago

Update README.md

igolas0
06c877e3y ago

deploy to huggingfaces

igolas0
36a0db83y ago

deploy to huggingfaces

igolas0
6a3e1763y ago

update .gitattributes to track jpg files

igolas0
4db79d33y ago

without examples

igolas0
558ebe43y ago

added pkl file

igolas0
999bc643y ago

added requirements.txt

igolas0
18091e83y ago

deploy to huggingface spaces

igolas0
0c43d303y ago

update .gitattributes so git lfs will track .pkl files

igolas0
ddcac2e3y ago

Add application file

igolas0
22c27243y ago

initial commit

igolas0