ProfessorLeVesseur commited on
Commit
d9ff333
·
verified ·
1 Parent(s): 73210fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- max_new_tokens=1200
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