AP6621 commited on
Commit
ba40145
·
verified ·
1 Parent(s): 6069067

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -78,7 +78,7 @@ from tensorflow import keras
78
  from huggingface_hub import hf_hub_download
79
 
80
  # Download model
81
- model_path = hf_hub_download(repo_id="AP6621/teeth_alignment_detection_modal", filename="final_teeth_model.keras")
82
  model = keras.models.load_model(model_path)
83
 
84
  # Preprocess image
 
78
  from huggingface_hub import hf_hub_download
79
 
80
  # Download model
81
+ model_path = hf_hub_download(repo_id="VilaVision/dentalmisalignmentdetection", filename="final_teeth_model.keras")
82
  model = keras.models.load_model(model_path)
83
 
84
  # Preprocess image