sifujohn commited on
Commit
8fd7522
1 Parent(s): 88ace1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ gr.ChatInterface(
94
  fn=generate,
95
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
96
  additional_inputs=additional_inputs,
97
- title="Mixtral 46.7B",
98
  examples=examples,
99
  concurrency_limit=20,
100
  ).launch(show_api=False)
 
94
  fn=generate,
95
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
96
  additional_inputs=additional_inputs,
97
+ title="Gemma 7b",
98
  examples=examples,
99
  concurrency_limit=20,
100
  ).launch(show_api=False)