ftx7go commited on
Commit
d79bd2f
·
verified ·
1 Parent(s): 15bbee9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ sample_images = [os.path.join(sample_images_dir, f) for f in os.listdir(sample_i
30
 
31
  # File download paths
32
  report_path = "report.pdf"
33
- notebook_path = "bfd.ipynb"
34
 
35
  # Function to provide file download links
36
  def get_download_links():
 
30
 
31
  # File download paths
32
  report_path = "report.pdf"
33
+ notebook_path = "https://huggingface.co/spaces/ftx7go/bone-fracture-detection-model/resolve/main/files/bfd.ipynb"
34
 
35
  # Function to provide file download links
36
  def get_download_links():