Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks() as demo:
|
|
66 |
inputs="text",
|
67 |
outputs="text",
|
68 |
description="chat",
|
69 |
-
examples= [["\nfriend: λλ κΏμ΄ λμΌ? \n\n### \nyou: "],["\nyou:
|
70 |
)
|
71 |
|
72 |
bb = gr.Interface(
|
|
|
66 |
inputs="text",
|
67 |
outputs="text",
|
68 |
description="chat",
|
69 |
+
examples= [["\nfriend: λλ κΏμ΄ λμΌ? \n\n### \nyou: "],["\nyou: λλ λ¬΄μ¨ μμ κ°μ₯ μ’μν΄? \nfriend: κΈμ λλ? \n\n### \nyou: "]]
|
70 |
)
|
71 |
|
72 |
bb = gr.Interface(
|