Rijgersberg commited on
Commit
c49d030
1 Parent(s): fbe5614
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -111,11 +111,12 @@ chat_interface = gr.ChatInterface(
111
  ],
112
  stop_btn=None,
113
  examples=[
114
- ["Hello there! How are you doing?"],
115
- ["Can you explain briefly to me what is the Python programming language?"],
116
- ["Explain the plot of Cinderella in a sentence."],
117
- ["How many hours does it take a man to eat a Helicopter?"],
118
- ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
 
119
  ],
120
  )
121
 
 
111
  ],
112
  stop_btn=None,
113
  examples=[
114
+
115
+ ["""Welk woord hoort er niet in dit rijtje thuis: "auto, vliegtuig, geitje, bus"?"""],
116
+ ["Schrijf een nieuwsbericht voor De Speld over de inzet van een kudde geiten door het Nederlands Forensisch Instituut."],
117
+ ["Wat zijn leuke dingen om te doen als ik een weekendje naar Friesland ga?],
118
+ ["Hoe lang is het fietsen naar de maan?"],
119
+ ["Wat is het belang van open source taalmodellen?'"],
120
  ],
121
  )
122