Update README.md
Browse files
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="
|
| 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
|