Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -13,4 +13,4 @@ class EndpointHandler():
|
|
13 |
conversation = self.pipeline(inputs)
|
14 |
|
15 |
# 返回模型的响应
|
16 |
-
return
|
|
|
13 |
conversation = self.pipeline(inputs)
|
14 |
|
15 |
# 返回模型的响应
|
16 |
+
return conversation
|