Update src/app.py
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -18,7 +18,7 @@ st.write("Upload an image of a lung X-ray to detect lung cancer.")
|
|
18 |
# Download model from Hugging Face model hub
|
19 |
model_path = hf_hub_download(
|
20 |
repo_id="lp128396/lung_cancer_model", # π replace with your actual username and repo
|
21 |
-
filename="lung_cancer_model.keras"
|
22 |
cache_dir=os.getenv("HF_HOME")
|
23 |
)
|
24 |
|
|
|
18 |
# Download model from Hugging Face model hub
|
19 |
model_path = hf_hub_download(
|
20 |
repo_id="lp128396/lung_cancer_model", # π replace with your actual username and repo
|
21 |
+
filename="lung_cancer_model.keras",
|
22 |
cache_dir=os.getenv("HF_HOME")
|
23 |
)
|
24 |
|