abishek-official commited on
Commit
a3e0b59
·
verified ·
1 Parent(s): 2fa2c95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -39,13 +39,13 @@ def respond(
39
  response += token
40
  yield response
41
 
42
-
43
  """
44
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
45
  """
46
  demo = gr.ChatInterface(
47
- respond,title="Abi - An AI Assistant",
48
- description="This is an AI Chatbot Assistant that uses Falcon 7b-instruct LLM to generate the output for the user queries.",
49
  additional_inputs=[
50
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
51
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
 
39
  response += token
40
  yield response
41
 
42
+ #This is an AI Chatbot Assistant that uses Falcon 7b-instruct LLM to generate the output for the user queries
43
  """
44
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
45
  """
46
  demo = gr.ChatInterface(
47
+ respond,title="Smart Garderner - An AI Assistant",
48
+ description="Smart Garderner is a prototype model of my project to assist the garderners about their gardening related queries.",
49
  additional_inputs=[
50
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
51
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),