Update consuming_tgi.md

This commit is contained in:
Merve Noyan 2023-08-22 23:38:00 +03:00 committed by GitHub
parent 5b995926f8
commit ef5a99ffc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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