steef68 commited on
Commit
540f860
·
verified ·
1 Parent(s): a92902a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -89,7 +89,6 @@ additional_inputs=[
89
  gr.ChatInterface(
90
  fn=generate,
91
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, layout="panel"),
92
- additional_inputs=additional_inputs,
93
  title="Mixtral 8X7B-v0.2",
94
  concurrency_limit=10,
95
  ).launch(show_api=False)
 
89
  gr.ChatInterface(
90
  fn=generate,
91
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, layout="panel"),
 
92
  title="Mixtral 8X7B-v0.2",
93
  concurrency_limit=10,
94
  ).launch(show_api=False)