marban commited on
Commit
c38fe92
1 Parent(s): 31463ae

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -35,4 +35,4 @@ class EndpointHandler:
35
  # postprocess the prediction
36
  prediction = outputs[0].cpu().numpy().tolist()
37
 
38
- return [{"generated_audio": prediction}]
 
35
  # postprocess the prediction
36
  prediction = outputs[0].cpu().numpy().tolist()
37
 
38
+ return [{"audio": prediction}]