JUNGU commited on
Commit
34b43d3
1 Parent(s): 13bee58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def chat(message, history, temperature, do_sample, max_tokens):
102
  # Gradio의 ChatInterface를 사용하여 대화형 인터페이스 생성
103
  demo = gr.ChatInterface(
104
  fn=chat,
105
- examples=[["Write me a poem about Machine Learning."]],
106
  additional_inputs_accordion=gr.Accordion(
107
  label="⚙️ Parameters", open=False, render=False
108
  ),
 
102
  # Gradio의 ChatInterface를 사용하여 대화형 인터페이스 생성
103
  demo = gr.ChatInterface(
104
  fn=chat,
105
+ examples=[["let's talk about korea"]],
106
  additional_inputs_accordion=gr.Accordion(
107
  label="⚙️ Parameters", open=False, render=False
108
  ),