LucyintheSky
commited on
Commit
•
74c4469
1
Parent(s):
26a81c6
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
---
|
3 |
|
4 |
# Feature Prediction
|
@@ -65,4 +66,4 @@ def predict_features(image_path):
|
|
65 |
return pred_labels
|
66 |
|
67 |
predict_features('image.jpg')
|
68 |
-
```
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
# Feature Prediction
|
|
|
66 |
return pred_labels
|
67 |
|
68 |
predict_features('image.jpg')
|
69 |
+
```
|