psyche commited on
Commit
7a75c62
Β·
verified Β·
1 Parent(s): c38c60b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -147,12 +147,11 @@ chat_interface = gr.ChatInterface(
147
  ],
148
  stop_btn=None,
149
  examples=[
150
- ["Hello there! How are you doing?"],
151
- ["Can you explain briefly to me what is the Python programming language?"],
152
- ["Explain the plot of Cinderella in a sentence."],
153
- ["How many hours does it take a man to eat a Helicopter?"],
154
- ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
155
  ["λŒ€ν•œλ―Όκ΅­μ˜ μˆ˜λ„λŠ”?"],
 
156
  ],
157
  )
158
 
 
147
  ],
148
  stop_btn=None,
149
  examples=[
150
+ ["μ•ˆλ…•?"],
151
+ ["λ„ˆκ°€ ν•  수 μžˆλŠ”κ²Œ 뭐야?"],
152
+ ["νŒŒμ΄μ¬μ— λŒ€ν•΄μ„œ μ•Œλ €μ€˜"],
 
 
153
  ["λŒ€ν•œλ―Όκ΅­μ˜ μˆ˜λ„λŠ”?"],
154
+ ["λ…λ„λŠ” μ–΄λŠλ‚˜λΌ 땅이야?"],
155
  ],
156
  )
157