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