syntheticbot commited on
Commit
7bf527d
·
verified ·
1 Parent(s): 54c8e2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -145,8 +145,7 @@ def predict(image_path):
145
  return predictions
146
 
147
  # --- 5. Run Prediction ---
148
- # Download a sample image for testing
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