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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -89,6 +89,7 @@ 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
  title="Mixtral 8X7B-v0.2",
93
  concurrency_limit=10,
94
  ).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
+ additional_inputs=additional_inputs,
93
  title="Mixtral 8X7B-v0.2",
94
  concurrency_limit=10,
95
  ).launch(show_api=False)