Update README.md
Browse files
README.md
CHANGED
@@ -145,8 +145,7 @@ def predict(image_path):
|
|
145 |
return predictions
|
146 |
|
147 |
# --- 5. Run Prediction ---
|
148 |
-
|
149 |
-
# !wget -q https://huggingface.co/syntheticbot/clip-face-attribute-classifier/resolve/main/sample.jpg -O sample.jpg
|
150 |
predict('sample.jpg') # Replace with the path to your image
|
151 |
```
|
152 |
|
|
|
145 |
return predictions
|
146 |
|
147 |
# --- 5. Run Prediction ---
|
148 |
+
|
|
|
149 |
predict('sample.jpg') # Replace with the path to your image
|
150 |
```
|
151 |
|