Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -221,7 +221,7 @@ def chat(id, npc, text):
|
|
| 221 |
|
| 222 |
d = response["data"][0]
|
| 223 |
|
| 224 |
-
return
|
| 225 |
|
| 226 |
|
| 227 |
with gr.Blocks() as demo:
|
|
|
|
| 221 |
|
| 222 |
d = response["data"][0]
|
| 223 |
|
| 224 |
+
return f"{npc}μ μλ΅μ
λλ€."
|
| 225 |
|
| 226 |
|
| 227 |
with gr.Blocks() as demo:
|