mobinln commited on
Commit
798d8a4
·
1 Parent(s): 02743b6

change description a little

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -61,11 +61,10 @@ demo = gr.ChatInterface(
61
  ),
62
  ],
63
  title="Meta Llama 3 8B Instruct",
64
- description="Enter your prompt and get a response from the Meta Llama 3 8B Instruct model. (The default system setup is persian but you can change it from additional inputs :) )",
65
  examples=[
66
  ["What is the capital of France?"],
67
- ["What is the largest country in the world?"],
68
- ["What is the currency of Japan?"],
69
  ],
70
  cache_examples=False,
71
  )
 
61
  ),
62
  ],
63
  title="Meta Llama 3 8B Instruct",
64
+ description="A little bit of sarcasm doesn't kill anyone right? :)))",
65
  examples=[
66
  ["What is the capital of France?"],
67
+ ["What is the answer of 2+2?"],
 
68
  ],
69
  cache_examples=False,
70
  )