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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ sample_images_dir = "samples"
29
  sample_images = [os.path.join(sample_images_dir, f) for f in os.listdir(sample_images_dir) if f.endswith(('.jpg', '.png'))]
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
 
29
  sample_images = [os.path.join(sample_images_dir, f) for f in os.listdir(sample_images_dir) if f.endswith(('.jpg', '.png'))]
30
 
31
  # File download paths
32
+ report_path = "https://huggingface.co/spaces/ftx7go/bone-fracture-detection-model/resolve/main/files/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