Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -79,11 +79,12 @@ def generate_response(message, history):
|
|
79 |
response[-1].metadata["status"] = "done"
|
80 |
response.append(ChatMessage(content=node_chunk['messages'][-1].content))
|
81 |
yield response
|
|
|
82 |
demo = gr.ChatInterface(
|
83 |
generate_response,
|
84 |
type="messages",
|
85 |
title="Nested Thoughts Chat Interface",
|
86 |
-
examples=["2024๋
์ the
|
87 |
)
|
88 |
|
89 |
if __name__ == "__main__":
|
|
|
79 |
response[-1].metadata["status"] = "done"
|
80 |
response.append(ChatMessage(content=node_chunk['messages'][-1].content))
|
81 |
yield response
|
82 |
+
|
83 |
demo = gr.ChatInterface(
|
84 |
generate_response,
|
85 |
type="messages",
|
86 |
title="Nested Thoughts Chat Interface",
|
87 |
+
examples=["2024๋
์ the FAANG companies ์ด ๊ทผ๋ก์๊ท๋ชจ์ ๋ํ ๋ถ์์ ํ๊ตญ์ด๋ก ๋ถํํด!"]
|
88 |
)
|
89 |
|
90 |
if __name__ == "__main__":
|