0llheaven commited on
Commit
e6e095e
·
verified ·
1 Parent(s): 8f2943f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -74,7 +74,7 @@ def predict_radiology_description(image, instruction):
74
  return f"Error: {str(e)}"
75
 
76
  # Example of usage!
77
- image_path = 'image.jpeg'
78
  instruction = 'You are an expert radiographer. Describe accurately what you see in this image.'
79
 
80
  image = Image.open(image_path).convert("RGB")
 
74
  return f"Error: {str(e)}"
75
 
76
  # Example of usage!
77
+ image_path = 'example_image.jpeg'
78
  instruction = 'You are an expert radiographer. Describe accurately what you see in this image.'
79
 
80
  image = Image.open(image_path).convert("RGB")