Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ gr.ChatInterface(
|
|
131 |
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="bubble", bubble_full_width=False),
|
132 |
additional_inputs=additional_inputs,
|
133 |
title="Hey Gemini",
|
134 |
-
description="Gemini Sprint submission by Rishiraj Acharya. Uses Google's Gemini 1.0 Pro Vision multimodal model from Vertex AI with Google's Gemma 7B Instruct model from Hugging Face.",
|
135 |
theme="Soft",
|
136 |
examples=examples,
|
137 |
concurrency_limit=20,
|
|
|
131 |
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="bubble", bubble_full_width=False),
|
132 |
additional_inputs=additional_inputs,
|
133 |
title="Hey Gemini",
|
134 |
+
description="Gemini Sprint submission by Rishiraj Acharya. Uses Google's Gemini 1.0 Pro Vision multimodal model from Vertex AI with Google's Gemma 7B Instruct model from Hugging Face. Google Cloud credits are provided for this project.",
|
135 |
theme="Soft",
|
136 |
examples=examples,
|
137 |
concurrency_limit=20,
|