Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -218,10 +218,10 @@ def respond(input_text):
|
|
218 |
intent = simple_intent_classifier(input_text)
|
219 |
|
220 |
if "μ΄λ¦" in input_text:
|
221 |
-
return "μ μ΄λ¦μ
|
222 |
|
223 |
if "λꡬ" in input_text:
|
224 |
-
return "μ λ
|
225 |
|
226 |
# μΌμ λν: μνλ§ + fallback
|
227 |
response = generate_text_topp_stream(model, input_text)
|
|
|
218 |
intent = simple_intent_classifier(input_text)
|
219 |
|
220 |
if "μ΄λ¦" in input_text:
|
221 |
+
return "μ μ΄λ¦μ KeraLuxμ
λλ€."
|
222 |
|
223 |
if "λꡬ" in input_text:
|
224 |
+
return "μ λ KeraLuxλΌκ³ ν΄μ."
|
225 |
|
226 |
# μΌμ λν: μνλ§ + fallback
|
227 |
response = generate_text_topp_stream(model, input_text)
|