psyche commited on
Commit
526b97c
·
verified ·
1 Parent(s): 9cf406d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -147,11 +147,7 @@ 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
 
 
147
  ],
148
  stop_btn=None,
149
  examples=[
150
+ ["대한민국의 수도는?"],
 
 
 
 
151
  ],
152
  )
153