AlekseyKorshuk commited on
Commit
1ff2501
1 Parent(s): 64dea2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ demo = gr.Interface(
13
  fn=predict,
14
  inputs='text',
15
  outputs='text',
16
- example=[
17
  [
18
  "I arrived in Bali in the morning, after a long flight from my home country. As I stepped out of the airport, I was immediately struck by the warm, humid air and the sound of birds chirping in the trees. I was greeted by a friendly taxi driver who offered to take me to my hotel in Kuta, a popular beach town on the south coast of the island."
19
  ],
 
13
  fn=predict,
14
  inputs='text',
15
  outputs='text',
16
+ examples=[
17
  [
18
  "I arrived in Bali in the morning, after a long flight from my home country. As I stepped out of the airport, I was immediately struck by the warm, humid air and the sound of birds chirping in the trees. I was greeted by a friendly taxi driver who offered to take me to my hotel in Kuta, a popular beach town on the south coast of the island."
19
  ],