Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -1134,6 +1134,8 @@ def health() -> dict[str, Any]:
|
|
| 1134 |
"content_encoding_fallback_header": TOUCHDOWN_CONTENT_ENCODING_HEADER,
|
| 1135 |
"gzip_request_bodies": True,
|
| 1136 |
"gzip_responses": True,
|
|
|
|
|
|
|
| 1137 |
},
|
| 1138 |
}
|
| 1139 |
|
|
|
|
| 1134 |
"content_encoding_fallback_header": TOUCHDOWN_CONTENT_ENCODING_HEADER,
|
| 1135 |
"gzip_request_bodies": True,
|
| 1136 |
"gzip_responses": True,
|
| 1137 |
+
"idempotency_mode": "in_memory_response_replay",
|
| 1138 |
+
"idempotency_ttl_seconds": _idempotency_ttl_seconds(),
|
| 1139 |
},
|
| 1140 |
}
|
| 1141 |
|