Image Classification
Keras
computer-vision
cnn
tensorflow
MightyDragon-Dev commited on
Commit
c356ef3
·
verified ·
1 Parent(s): a0e5bf4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ from huggingface_hub import hf_hub_download
61
 
62
  # 1. Download model directly from Hugging Face Hub
63
  model_path = hf_hub_download(
64
- repo_id="YOUR-USERNAME/horse-or-human-classifier",
65
  filename="horse-or-human-model.keras"
66
  )
67
  model = tf.keras.models.load_model(model_path)
 
61
 
62
  # 1. Download model directly from Hugging Face Hub
63
  model_path = hf_hub_download(
64
+ repo_id="MightyDragon-Dev/horse-or-human-classifier",
65
  filename="horse-or-human-model.keras"
66
  )
67
  model = tf.keras.models.load_model(model_path)