harpreetsahota commited on
Commit
1506bd9
·
verified ·
1 Parent(s): 7697929

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -155,7 +155,6 @@ with gr.Blocks() as demo:
155
  )
156
  chatbot = gr.ChatInterface(
157
  fn=respond,
158
- type="messages",
159
  additional_inputs=[
160
  model_dropdown,
161
  prompt_strategy_dropdown,
 
155
  )
156
  chatbot = gr.ChatInterface(
157
  fn=respond,
 
158
  additional_inputs=[
159
  model_dropdown,
160
  prompt_strategy_dropdown,