borjasoutoprego commited on
Commit
967b0a4
·
verified ·
1 Parent(s): 7f19e41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ final_answer = FinalAnswerTool()
80
  model = HfApiModel(
81
  max_tokens=2096,
82
  temperature=0.5,
83
- model_id='deepseek-ai/Janus-Pro-7B',
84
  custom_role_conversions=None,
85
  )
86
 
 
80
  model = HfApiModel(
81
  max_tokens=2096,
82
  temperature=0.5,
83
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
84
  custom_role_conversions=None,
85
  )
86