mobinln commited on
Commit
21399a4
1 Parent(s): c57cdd7

add some persian examples

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -62,8 +62,9 @@ demo = gr.ChatInterface(
62
  ],
63
  description="A little bit of sarcasm doesn't kill anyone right? :)))",
64
  examples=[
65
- ["What is the capital of France?"],
66
- ["What is the answer of 2+2?"],
 
67
  ],
68
  cache_examples=False,
69
  )
 
62
  ],
63
  description="A little bit of sarcasm doesn't kill anyone right? :)))",
64
  examples=[
65
+ ["پایتخت فرانسه کجاست؟"],
66
+ ["دو بعلاوه دو چند میشود؟"],
67
+ ["یک جک بگو"],
68
  ],
69
  cache_examples=False,
70
  )