taha-the-data-scientist commited on
Commit
c6fea78
·
verified ·
1 Parent(s): 9ab2545

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def initialize_api(token=None):
17
  if token:
18
  login(token)
19
  try:
20
- return HfApiModel(model_id="meta-llama/Llama-3.3-70B-Instruct")
21
  except Exception as e:
22
  st.error(f"Error initializing model: {str(e)}")
23
  return None
 
17
  if token:
18
  login(token)
19
  try:
20
+ return HfApiModel(model_id="Qwen/Qwen2.5-32B-Instruct")
21
  except Exception as e:
22
  st.error(f"Error initializing model: {str(e)}")
23
  return None