Spaces:
Running
Running
Update brain.py
Browse files
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=[
|