lp128396 commited on
Commit
1dd66ae
Β·
verified Β·
1 Parent(s): 983068d

Update src/app.py

Browse files
Files changed (1) hide show
  1. 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