ftx7go commited on
Commit
4801b10
·
verified ·
1 Parent(s): 253570d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='files/instructions.jpg' style='max-width: 100%; height: auto;'>" #Insert instructions image
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