From ef5a99ffc9e6a5c0ef5b07932e7f6a4b8b036a8d Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Tue, 22 Aug 2023 23:38:00 +0300 Subject: [PATCH] Update consuming_tgi.md --- docs/source/basic_tutorials/consuming_tgi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/basic_tutorials/consuming_tgi.md b/docs/source/basic_tutorials/consuming_tgi.md index c432873b..2fac2dc1 100644 --- a/docs/source/basic_tutorials/consuming_tgi.md +++ b/docs/source/basic_tutorials/consuming_tgi.md @@ -101,10 +101,10 @@ gr.ChatInterface( inference, chatbot=gr.Chatbot(height=300), textbox=gr.Textbox(placeholder="Chat with me!", container=False, scale=7), - description="This is the demo for Gradio UI consuming TGI endpoint with LLaMA 2 7B-Chat model.", + description="This is the demo for Gradio UI consuming TGI endpoint with LLaMA 7B-Chat model.", title="Gradio 🤝 TGI", examples=["Are tomatoes vegetables?"], - retry_btn=None, + retry_btn="Retry", undo_btn="Undo", clear_btn="Clear", ).queue().launch()