Yurii Paniv commited on
Commit
04d064a
·
1 Parent(s): e3fc854

Add new example

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -150,6 +150,9 @@ iface = gr.Interface(
150
  label="Translated sentence",
151
  ),
152
  examples=[
 
 
 
153
  [
154
  "How many leaves would it drop in a month of February in a non-leap year?",
155
  ],
 
150
  label="Translated sentence",
151
  ),
152
  examples=[
153
+ [
154
+ "The Colosseum in Rome was a symbol of the grandeur and power of the Roman Empire and was a place for the emperor to connect with the people by providing them with entertainment and free food."
155
+ ],
156
  [
157
  "How many leaves would it drop in a month of February in a non-leap year?",
158
  ],