steef68 commited on
Commit
1ed045f
·
verified ·
1 Parent(s): d77845b

Update app.py

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