Update handler.py
Browse files- handler.py +2 -1
handler.py
CHANGED
@@ -32,4 +32,5 @@ class EndpointHandler():
|
|
32 |
|
33 |
|
34 |
|
35 |
-
|
|
|
|
32 |
|
33 |
|
34 |
|
35 |
+
return {"text": result["text"]}
|
36 |
+
|