From 7f18519806e0aad3655785a35bad07b5748674ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Mu=C5=A1tar?= Date: Thu, 13 Jul 2023 20:59:43 +0200 Subject: [PATCH] move image header to top --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 13d23c97..fe55d7b5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@
+![image](https://github.com/huggingface/text-generation-inference/assets/3841370/38ba1531-ea0d-4851-b31a-a6d4ddc944b0) + # Text Generation Inference @@ -11,10 +13,6 @@ Swagger API documentation - - -![image](https://github.com/huggingface/text-generation-inference/assets/3841370/38ba1531-ea0d-4851-b31a-a6d4ddc944b0) -
A Rust, Python and gRPC server for text generation inference. Used in production at [HuggingFace](https://huggingface.co)