merve HF staff commited on
Commit
a1dd72a
1 Parent(s): 4ad845e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Falcon model.",
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,