jkraushaar commited on
Commit
6bc2382
·
verified ·
1 Parent(s): addb49f

Increase timeout

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -42,6 +42,7 @@ max_tokens=2096,
42
  temperature=0.5,
43
  model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
44
  custom_role_conversions=None,
 
45
  )
46
 
47
 
 
42
  temperature=0.5,
43
  model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
44
  custom_role_conversions=None,
45
+ timeout=240
46
  )
47
 
48