Update app.py
Browse files
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
|