Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ if uploaded_file is not None and analyze_button:
|
|
| 105 |
completion = client.chat.completions.create(
|
| 106 |
model="meta-llama/Llama-3.2-11B-Vision-Instruct",
|
| 107 |
messages=messages,
|
| 108 |
-
|
| 109 |
)
|
| 110 |
|
| 111 |
# Extract the assistant's response
|
|
|
|
| 105 |
completion = client.chat.completions.create(
|
| 106 |
model="meta-llama/Llama-3.2-11B-Vision-Instruct",
|
| 107 |
messages=messages,
|
| 108 |
+
max_tokens=1200
|
| 109 |
)
|
| 110 |
|
| 111 |
# Extract the assistant's response
|