steef68 commited on
Commit
7c49dd5
·
verified ·
1 Parent(s): 274b005

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -43,7 +43,6 @@ def generate(
43
  gr.ChatInterface(
44
  fn=generate,
45
  chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, layout="panel"),
46
- additional_inputs=additional_inputs,
47
  title="Mistral-7B-Instruct-v0.2",
48
  concurrency_limit=10,
49
  ).launch(show_api=False)
 
43
  gr.ChatInterface(
44
  fn=generate,
45
  chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, layout="panel"),
 
46
  title="Mistral-7B-Instruct-v0.2",
47
  concurrency_limit=10,
48
  ).launch(show_api=False)