Update README.md
Browse files
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 = '
|
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")
|