BigData-KSU commited on
Commit
c2b8c8e
·
verified ·
1 Parent(s): 4672b8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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='/media/pc/e/2025/ArabVLM/sample_images/business/Tea.jpeg'
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)