Jaysum commited on
Commit
9c162e2
·
1 Parent(s): 444e434

updated model to V4

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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 = "efficientnet_poultry_disease_modelV3.keras"
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)