Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ interface = gr.Interface(
|
|
36 |
examples=sample_images, # Preloaded images for testing
|
37 |
title="Bone Fracture Detection",
|
38 |
description="Upload an X-ray image or select a sample image to check for fractures.",
|
39 |
-
article="<img src='
|
40 |
)
|
41 |
|
42 |
# Launch the Gradio app
|
|
|
36 |
examples=sample_images, # Preloaded images for testing
|
37 |
title="Bone Fracture Detection",
|
38 |
description="Upload an X-ray image or select a sample image to check for fractures.",
|
39 |
+
article="<img src='instructions.jpg' style='max-width: 100%; height: auto;'>" #Insert instructions image
|
40 |
)
|
41 |
|
42 |
# Launch the Gradio app
|