Nick088 commited on
Commit
5521a49
·
1 Parent(s): b3f1ecb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -97,8 +97,7 @@ gr.ChatInterface(
97
  fn=generate,
98
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
99
  additional_inputs=additional_inputs,
100
- title="Mixtral 46.7B",
101
- description="Test",
102
  examples=examples,
103
  concurrency_limit=20,
104
  ).launch(show_api=False)
 
97
  fn=generate,
98
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
99
  additional_inputs=additional_inputs,
100
+ title="Mixtral 46.7B \nHF Space with 32k MAX Tokens",
 
101
  examples=examples,
102
  concurrency_limit=20,
103
  ).launch(show_api=False)