mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Update consuming_tgi.md
This commit is contained in:
parent
5b995926f8
commit
ef5a99ffc9
@ -101,10 +101,10 @@ gr.ChatInterface(
|
|||||||
inference,
|
inference,
|
||||||
chatbot=gr.Chatbot(height=300),
|
chatbot=gr.Chatbot(height=300),
|
||||||
textbox=gr.Textbox(placeholder="Chat with me!", container=False, scale=7),
|
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",
|
title="Gradio 🤝 TGI",
|
||||||
examples=["Are tomatoes vegetables?"],
|
examples=["Are tomatoes vegetables?"],
|
||||||
retry_btn=None,
|
retry_btn="Retry",
|
||||||
undo_btn="Undo",
|
undo_btn="Undo",
|
||||||
clear_btn="Clear",
|
clear_btn="Clear",
|
||||||
).queue().launch()
|
).queue().launch()
|
||||||
|
Loading…
Reference in New Issue
Block a user