abhi1nandy2 commited on
Commit
35a0c80
·
verified ·
1 Parent(s): fdefcb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ initial_message = [("Yo who dis Abhilash?", "")]
76
 
77
  demo = gr.ChatInterface(
78
  respond,
79
- messages=initial_message,
80
  additional_inputs=[
81
  # gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
82
  # gr.Slider(minimum=1, maximum=8192, value=512, step=1, label="Max new tokens"),
 
76
 
77
  demo = gr.ChatInterface(
78
  respond,
79
+ message=initial_message,
80
  additional_inputs=[
81
  # gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
82
  # gr.Slider(minimum=1, maximum=8192, value=512, step=1, label="Max new tokens"),