Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ gr.ChatInterface(
|
|
98 |
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="bubble", bubble_full_width=False),
|
99 |
additional_inputs=additional_inputs,
|
100 |
title="Hey Gemini",
|
101 |
-
description="Gemini Sprint submission by Rishiraj Acharya. Uses Whisper Large V2 as an ASR model, Gemini 1.5 Pro as the chat model and Coqui's XTTS V2 as a Multilingual TTS model."
|
102 |
theme="Soft",
|
103 |
examples=examples,
|
104 |
concurrency_limit=20,
|
|
|
98 |
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="bubble", bubble_full_width=False),
|
99 |
additional_inputs=additional_inputs,
|
100 |
title="Hey Gemini",
|
101 |
+
description="Gemini Sprint submission by Rishiraj Acharya. Uses Whisper Large V2 as an ASR model, Gemini 1.5 Pro as the chat model and Coqui's XTTS V2 as a Multilingual TTS model.",
|
102 |
theme="Soft",
|
103 |
examples=examples,
|
104 |
concurrency_limit=20,
|