Update app.py
Browse files
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="
|
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)
|