ab-huggingface commited on
Commit
775767a
·
verified ·
1 Parent(s): f09d735

Update app.py

Browse files

Changed the model Id

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ final_answer = FinalAnswerTool()
59
  model = HfApiModel(
60
  max_tokens=2096,
61
  temperature=0.5,
62
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
63
  custom_role_conversions=None,
64
  )
65
 
 
59
  model = HfApiModel(
60
  max_tokens=2096,
61
  temperature=0.5,
62
+ model_id='Pulk17/Fake-News-Detection',# it is possible that this model may be overloaded
63
  custom_role_conversions=None,
64
  )
65