This commit is contained in:
Vaibhav Srivastav 2024-08-13 19:07:38 +02:00
parent d59df84169
commit cd18ee3ac9

View File

@ -145,7 +145,7 @@ 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 7B-Chat model.",
description="This is the demo for Gradio UI consuming TGI endpoint.",
title="Gradio 🤝 TGI",
examples=["Are tomatoes vegetables?"],
retry_btn="Retry",