Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
| 35 |
)
|
| 36 |
|
| 37 |
# prepare the model input
|
| 38 |
-
prompt = "Give me a short introduction to
|
| 39 |
messages = [
|
| 40 |
{"role": "user", "content": prompt}
|
| 41 |
]
|
|
|
|
| 35 |
)
|
| 36 |
|
| 37 |
# prepare the model input
|
| 38 |
+
prompt = "Give me a short introduction to cataract."
|
| 39 |
messages = [
|
| 40 |
{"role": "user", "content": prompt}
|
| 41 |
]
|