kedimestan commited on
Commit
81f7942
·
verified ·
1 Parent(s): 217fb69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
16
 
17
  # Hugging Face modelini yükleme bilgileri
18
  REPO_ID = "kedimestan/retinoblastomaDetectionVGG19"
19
- MODEL_FILE = "pytorch_model.bin"
20
 
21
  # Modeli indir ve yükle
22
  def load_model():
 
16
 
17
  # Hugging Face modelini yükleme bilgileri
18
  REPO_ID = "kedimestan/retinoblastomaDetectionVGG19"
19
+ MODEL_FILE = "best_model.pth"
20
 
21
  # Modeli indir ve yükle
22
  def load_model():