Update app.py
Browse files
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 = "
|
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():
|