dhe1raj commited on
Commit
d6ec985
·
verified ·
1 Parent(s): 66d925a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
7
  # CONFIGURATION
8
  # =======================
9
  device = "cuda" if torch.cuda.is_available() else "cpu"
10
- MODEL_PATH = "best_model.pth" # Upload your .pth model here
11
  CLASS_NAMES = ["Gir", "Deoni", "Murrah"]
12
 
13
  # =======================
 
7
  # CONFIGURATION
8
  # =======================
9
  device = "cuda" if torch.cuda.is_available() else "cpu"
10
+ MODEL_PATH = "cattle_breed_efficientnetb3_pytorch.pth" # Upload your .pth model here
11
  CLASS_NAMES = ["Gir", "Deoni", "Murrah"]
12
 
13
  # =======================