Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks() as demo:
|
|
75 |
inputs="text",
|
76 |
outputs="text",
|
77 |
description="chat",
|
78 |
-
examples= [[f"\nfriend: ๋๋ ๊ฟ์ด ๋ญ์ผ? \nyou: "],[f"\nyou: ๋๋ ๋ฌด์จ ์์ ๊ฐ์ฅ ์ข์ํด? \nfriend: ๊ธ์ ๋๋? \nyou: "]]
|
79 |
)
|
80 |
|
81 |
bb = gr.Interface(
|
|
|
75 |
inputs="text",
|
76 |
outputs="text",
|
77 |
description="chat",
|
78 |
+
examples= [[f"\nfriend: ๋๋ ๊ฟ์ด ๋ญ์ผ? \n\n### \nyou: "],[f"\nyou: ๋๋ ๋ฌด์จ ์์ ๊ฐ์ฅ ์ข์ํด? \nfriend: ๊ธ์ ๋๋? \n\n### \nyou: "]]
|
79 |
)
|
80 |
|
81 |
bb = gr.Interface(
|