Spaces:
Runtime error
Runtime error
Increase timeout
Browse files
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 |
|