leonardlin commited on
Commit
0b024ab
·
verified ·
1 Parent(s): 53ef41d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -116,11 +116,10 @@ chat_interface = gr.ChatInterface(
116
  ],
117
  stop_btn=None,
118
  examples=[
119
- ["Hello there! How are you doing?"],
120
  ["Can you explain briefly to me what is the Python programming language?"],
121
- ["Explain the plot of Cinderella in a sentence."],
122
  ["日本の桜の季節について教えてください。"],
123
- ["新幹線で東京から京都まで行くのにどれくらい時間がかかりますか?"],
124
  ],
125
  cache_examples=False,
126
  type="messages",
 
116
  ],
117
  stop_btn=None,
118
  examples=[
119
+ ["How much wood would a woodchuck chuck if a woodchuck could chuck wood?"],
120
  ["Can you explain briefly to me what is the Python programming language?"],
 
121
  ["日本の桜の季節について教えてください。"],
122
+ ["あなたの AI について俳句を書いていただけますか?"],
123
  ],
124
  cache_examples=False,
125
  type="messages",