Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
LucyintheSky
/
lucy-feature-prediction
like
0
Safetensors
License:
apache-2.0
Model card
Files
Files and versions
Community
LucyintheSky
commited on
May 7, 2024
Commit
97d31c8
·
verified
·
1 Parent(s):
74c4469
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+1
-1
README.md
CHANGED
Viewed
@@ -65,5 +65,5 @@ def predict_features(image_path):
65
66
return pred_labels
67
68
-
predict_features('image.jpg')
69
```
65
66
return pred_labels
67
68
+
print(
predict_features('image.jpg')
)
69
```