merve HF staff commited on
Commit
dbd52ed
1 Parent(s): d81f268

Update handler.py

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