ginipick commited on
Commit
b5d9ec0
·
verified ·
1 Parent(s): 7906bf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,7 +203,7 @@ demo = gr.ChatInterface(
203
  gr.Slider(minimum=0, maximum=100, value=40, step=1, label="Top-k"),
204
  gr.Slider(minimum=0.0, maximum=2.0, value=1.1, step=0.1, label="Repetition penalty"),
205
  ],
206
- chatbot=gr.Chatbot(placeholder=PLACEHOLDER, type="messages")
207
  )
208
 
209
  if __name__ == "__main__":
 
203
  gr.Slider(minimum=0, maximum=100, value=40, step=1, label="Top-k"),
204
  gr.Slider(minimum=0.0, maximum=2.0, value=1.1, step=0.1, label="Repetition penalty"),
205
  ],
206
+ chatbot=gr.Chatbot(type="messages")
207
  )
208
 
209
  if __name__ == "__main__":