Imran1 commited on
Commit
54fb1b6
1 Parent(s): caa9290

Update code/inference.py

Browse files
Files changed (1) hide show
  1. code/inference.py +1 -1
code/inference.py CHANGED
@@ -110,4 +110,4 @@ def output_fn(prediction_output, accept , context=None):
110
  """
111
  Convert the model output to a JSON response.
112
  """
113
- return json.dumps(prediction_output) you have my code
 
110
  """
111
  Convert the model output to a JSON response.
112
  """
113
+ return json.dumps(prediction_output)