Update app.py
Browse files
app.py
CHANGED
@@ -33,8 +33,7 @@ iface = gr.ChatInterface(
|
|
33 |
description="Chat in multiple Indian languages using the sarvam-2b model.",
|
34 |
examples=[
|
35 |
["Hello, how are you?", "English"],
|
36 |
-
["नमस्ते, आप कैसे हैं?", "Hindi"]
|
37 |
-
["வணக்கம், எப்படி இருக்கிறீர்கள்?", "Tamil"],
|
38 |
],
|
39 |
theme="soft"
|
40 |
)
|
|
|
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"
|
39 |
)
|