Commit History

Skip learn.predict and run manual inference
786e3d4

bran138 commited on

Updated transform pipeline
336b8a3

bran138 commited on

fix(runtime): enforce python 3.10 for fastai compatibility on Hugging Face Spaces
adeacd1

bran138 commited on

fix(app): correct gradio Blocks setup and inference function for flower classifier
633f824

bran138 commited on

fix(gradio): return dict instead of list for Label output to resolve runtime TypeError
e7e20ba

bran138 commited on

Switch to Gradio Blocks with submit button to fix dict output error
651c444

bran138 commited on

Remove num_top_classes to fix Gradio dict output error
8bb5ac7

bran138 commited on

Fix Gradio interface: use Blocks API for top-5 label display
e826844

bran138 commited on

Specified Gradio version in requirements.txt file to >=3.0
ab84af8

bran138 commited on

Sorted dictionary for Gradio to load 5 probs
8b3bed6

bran138 commited on

Used Gr.Label with probabilities instead of dictionaries
038bae3

bran138 commited on

Re-exported model using fastai 2.8.4
b21ea85

bran138 commited on

Specified fastai version to 2.8.4
171deca

bran138 commited on

Removed pytorch to let Hugging Face install it's own compatible version
c9c0aed

bran138 commited on

Specified fastai and torch versions for compatability
cea014a

bran138 commited on

Added ipython to requirements.txt file
0d9f1e6

bran138 commited on

Changed how I called the model to just the file name
16adf48

bran138 commited on

Cleaned up python file- removed Kaggle-specific code
f032e57

bran138 commited on

Add fastai dependency
8595da0

bran138 commited on

Gradio UI issue- changed old py script name to app.ppy
8a336b2

bran138 commited on

Initial commit- python script and model for HuggingFace Spaces
f0fc317

bran138 commited on

Add application file
dfc303f

bran138 commited on

initial commit
811b5f7
verified

bran138 commited on