CatvsDog / helpers.py
AustinL's picture
Upload 5 files
548f093
# Custom code used by the model.
def is_cat(x):
return x[0].isupper()