Update app.py
Browse files
app.py
CHANGED
@@ -53,8 +53,8 @@ def respond(message, history):
|
|
53 |
|
54 |
demo = gr.ChatInterface(
|
55 |
respond_stream if STREAMING else respond,
|
56 |
-
title="
|
57 |
-
description="
|
58 |
)
|
59 |
|
60 |
if __name__ == "__main__":
|
|
|
53 |
|
54 |
demo = gr.ChatInterface(
|
55 |
respond_stream if STREAMING else respond,
|
56 |
+
title="λλ²μ νλ‘ μλ΄ λμ°λ―Έ",
|
57 |
+
description="μλ
νμΈμ! λλ²μ νλ‘μ κ΄ν μ§λ¬Έμ λ΅λ³ν΄λ리λ AI μλ΄ λμ°λ―Έμ
λλ€. νλ‘ κ²μ, ν΄μ, μ μ© λ±μ λν΄ κΆκΈνμ μ μ΄ μμΌλ©΄ μΈμ λ λ¬Όμ΄λ³΄μΈμ.",
|
58 |
)
|
59 |
|
60 |
if __name__ == "__main__":
|