Grandediw commited on
Commit
c3ae72e
·
verified ·
1 Parent(s): d2086ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks(title="Enhanced LORA Chat Interface") as demo:
61
  chat = gr.ChatInterface(
62
  fn=respond,
63
  additional_inputs=[system_message, max_tokens, temperature, top_p],
64
- type='tuple'
65
  )
66
 
67
  if __name__ == "__main__":
 
61
  chat = gr.ChatInterface(
62
  fn=respond,
63
  additional_inputs=[system_message, max_tokens, temperature, top_p],
64
+ type='tuples'
65
  )
66
 
67
  if __name__ == "__main__":