Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,6 @@ iface = gr.ChatInterface(
|
|
32 |
title="Multilingual Indian Chatbot",
|
33 |
description="Chat in multiple Indian languages using the sarvam-2b model.",
|
34 |
examples=[
|
35 |
-
["Hello, how are you?", "English"],
|
36 |
["नमस्ते, आप कैसे हैं?", "Hindi"]
|
37 |
],
|
38 |
theme="soft"
|
|
|
32 |
title="Multilingual Indian Chatbot",
|
33 |
description="Chat in multiple Indian languages using the sarvam-2b model.",
|
34 |
examples=[
|
|
|
35 |
["नमस्ते, आप कैसे हैं?", "Hindi"]
|
36 |
],
|
37 |
theme="soft"
|