asmaab commited on
Commit
1c3418c
·
verified ·
1 Parent(s): bc7696f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ final_answer = FinalAnswerTool()
93
  model = HfApiModel(
94
  max_tokens=2096,
95
  temperature=0.5,
96
- model_id='Qwen/Qwen2.5-VL-7B-Instruct',# it is possible that this model may be overloaded
97
  custom_role_conversions=None,
98
  )
99
 
 
93
  model = HfApiModel(
94
  max_tokens=2096,
95
  temperature=0.5,
96
+ model_id='meta-llama/Meta-Llama-3-8B-Instruct',# it is possible that this model may be overloaded
97
  custom_role_conversions=None,
98
  )
99