skroed
commited on
Commit
•
be41572
1
Parent(s):
2f6a8bd
fix: just return dict
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -38,4 +38,4 @@ class EndpointHandler:
|
|
38 |
# postprocess the prediction
|
39 |
prediction = audio.tolist()
|
40 |
|
41 |
-
return
|
|
|
38 |
# postprocess the prediction
|
39 |
prediction = audio.tolist()
|
40 |
|
41 |
+
return {"generated_audio": prediction}
|