sagar007 commited on
Commit
031d90a
·
verified ·
1 Parent(s): a41844f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
  )