gauravgulati619 commited on
Commit
beeaee1
·
verified ·
1 Parent(s): 97c1a63

Update brain.py

Browse files
Files changed (1) hide show
  1. brain.py +0 -3
brain.py CHANGED
@@ -13,9 +13,6 @@ def encode_image(image_path):
13
  #Step3: Setup Multimodal LLM
14
  from groq import Groq
15
 
16
- query="Is there something wrong with my face?"
17
- model="llama-3.2-90b-vision-preview"
18
-
19
  def analyze_image_with_query(query, model, encoded_image):
20
  client=Groq()
21
  messages=[
 
13
  #Step3: Setup Multimodal LLM
14
  from groq import Groq
15
 
 
 
 
16
  def analyze_image_with_query(query, model, encoded_image):
17
  client=Groq()
18
  messages=[