mgerlitz commited on
Commit
ce67043
·
verified ·
1 Parent(s): f158bac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -49,7 +49,8 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
49
  model = HfApiModel(
50
  max_tokens=2096,
51
  temperature=0.5,
52
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
 
53
  custom_role_conversions=None,
54
  )
55
 
 
49
  model = HfApiModel(
50
  max_tokens=2096,
51
  temperature=0.5,
52
+ model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
53
+ #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
54
  custom_role_conversions=None,
55
  )
56