kh-CHEUNG commited on
Commit
067c48c
·
verified ·
1 Parent(s): 7287921

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
56
  demo = gr.ChatInterface(
57
  respond,
58
  title="Enlight Innovations Limited -- Demo",
59
- description="This demo is desgined to illustrate our basic idea and feasibility in implementation."
60
  additional_inputs=[
61
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
62
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
 
56
  demo = gr.ChatInterface(
57
  respond,
58
  title="Enlight Innovations Limited -- Demo",
59
+ description="This demo is desgined to illustrate our basic idea and feasibility in implementation.",
60
  additional_inputs=[
61
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
62
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),