Pr123 commited on
Commit
1ea4428
1 Parent(s): 6bd6e16

description updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def chat_interface():
30
  inputs=gr.Textbox(lines=2, placeholder="Type your question here..."),
31
  outputs="text",
32
  title="Chat with TinyLlama",
33
- description="This is a simple chatbot powered by a fine-tuned model on Hugging Face. If it doesn't know the answer, it will say so.")
34
  return iface
35
 
36
  iface = chat_interface()
 
30
  inputs=gr.Textbox(lines=2, placeholder="Type your question here..."),
31
  outputs="text",
32
  title="Chat with TinyLlama",
33
+ description="This is a simple chatbot fine-tuned on the TinyLlama-1.1B-Chat-v1.0 model from Hugging Face, designed to answer questions related to East Africa.")
34
  return iface
35
 
36
  iface = chat_interface()