Update src/app.py
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -12,7 +12,7 @@ st.write("Upload an image of a lung X-ray to detect lung cancer.")
|
|
12 |
|
13 |
# Download model from Hugging Face model hub
|
14 |
model_path = hf_hub_download(
|
15 |
-
repo_id="
|
16 |
filename="lung_cancer_model.keras"
|
17 |
)
|
18 |
|
|
|
12 |
|
13 |
# Download model from Hugging Face model hub
|
14 |
model_path = hf_hub_download(
|
15 |
+
repo_id="lp128396/lung_cancer_model", # π replace with your actual username and repo
|
16 |
filename="lung_cancer_model.keras"
|
17 |
)
|
18 |
|