lp128396 commited on
Commit
a2c5314
Β·
verified Β·
1 Parent(s): 9c3e1df

Update src/app.py

Browse files
Files changed (1) hide show
  1. 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="your-username/lung_cancer_model", # πŸ‘ˆ replace with your actual username and repo
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