GAS17 commited on
Commit
8afb1f6
·
1 Parent(s): af13aad

Update handler.py

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