Update README.md
Browse files
README.md
CHANGED
|
@@ -106,7 +106,7 @@ def chat_with_Vision_BioLLM(cur_prompt,image_name):
|
|
| 106 |
if __name__ == "__main__":
|
| 107 |
|
| 108 |
cur_prompt='وصف الصورة بالتفصيل '
|
| 109 |
-
image_name='/
|
| 110 |
outputs=chat_with_Vision_BioLLM(cur_prompt,image_name)
|
| 111 |
print('Model Response.....')
|
| 112 |
print(outputs)
|
|
|
|
| 106 |
if __name__ == "__main__":
|
| 107 |
|
| 108 |
cur_prompt='وصف الصورة بالتفصيل '
|
| 109 |
+
image_name='path/to/image'
|
| 110 |
outputs=chat_with_Vision_BioLLM(cur_prompt,image_name)
|
| 111 |
print('Model Response.....')
|
| 112 |
print(outputs)
|