Spaces:
Sleeping
Sleeping
updated model to V4
Browse files
main.py
CHANGED
|
@@ -7,7 +7,7 @@ from PIL import Image
|
|
| 7 |
|
| 8 |
# Define the model repository and file name
|
| 9 |
repo_id = "Jaysum/efficientnet_poultry_disease_model.keras"
|
| 10 |
-
model_filename = "
|
| 11 |
|
| 12 |
# Download the model file from Hugging Face
|
| 13 |
model_file = hf_hub_download(repo_id=repo_id, filename=model_filename)
|
|
|
|
| 7 |
|
| 8 |
# Define the model repository and file name
|
| 9 |
repo_id = "Jaysum/efficientnet_poultry_disease_model.keras"
|
| 10 |
+
model_filename = "efficientnet_poultry_disease_modelV4.keras"
|
| 11 |
|
| 12 |
# Download the model file from Hugging Face
|
| 13 |
model_file = hf_hub_download(repo_id=repo_id, filename=model_filename)
|