Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ gr.ChatInterface(
|
|
20 |
chatbot=gr.Chatbot(height=300),
|
21 |
textbox=gr.Textbox(placeholder="Chat with me!", container=False, scale=7),
|
22 |
title="Gradio 🤝 TGI",
|
23 |
-
description="This is the demo for Gradio UI consuming TGI endpoint with
|
24 |
theme="abidlabs/Lime",
|
25 |
examples=["Are tomatoes vegetables?"],
|
26 |
cache_examples=True,
|
|
|
20 |
chatbot=gr.Chatbot(height=300),
|
21 |
textbox=gr.Textbox(placeholder="Chat with me!", container=False, scale=7),
|
22 |
title="Gradio 🤝 TGI",
|
23 |
+
description="This is the demo for Gradio UI consuming TGI endpoint with LLaMA 7B-Chat model.",
|
24 |
theme="abidlabs/Lime",
|
25 |
examples=["Are tomatoes vegetables?"],
|
26 |
cache_examples=True,
|