RSHVR commited on
Commit
f8be7aa
·
verified ·
1 Parent(s): a14050f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
122
  model = HfApiModel(
123
  max_tokens=2096,
124
  temperature=0.5,
125
- model_id=model_id
126
  custom_role_conversions=None,
127
  )
128
 
 
122
  model = HfApiModel(
123
  max_tokens=2096,
124
  temperature=0.5,
125
+ model_id=model_id,
126
  custom_role_conversions=None,
127
  )
128