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()