Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=[["
|
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 |
),
|