zerostratos commited on
Commit
3361aa9
·
verified ·
1 Parent(s): a60b50c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ additional_inputs=[
84
 
85
  gr.ChatInterface(
86
  fn=generate,
87
- chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
88
  additional_inputs=additional_inputs,
89
  title="""Mistral 7B v0.3"""
90
  ).launch(show_api=False)
 
84
 
85
  gr.ChatInterface(
86
  fn=generate,
87
+ chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, layout="panel"),
88
  additional_inputs=additional_inputs,
89
  title="""Mistral 7B v0.3"""
90
  ).launch(show_api=False)