chryzxc commited on
Commit
3be5098
·
verified ·
1 Parent(s): 0d7d4cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ async def predict(request: Request):
58
  "embedding": convert_output(outputs[0]), # Process main output
59
  "tokens": tokenizer.convert_ids_to_tokens(inputs["input_ids"][0])
60
  }
61
-
62
  return jsonable_encoder(response)
63
 
64
  except Exception as e:
 
58
  "embedding": convert_output(outputs[0]), # Process main output
59
  "tokens": tokenizer.convert_ids_to_tokens(inputs["input_ids"][0])
60
  }
61
+ print("embeddings", response["embedding"])
62
  return jsonable_encoder(response)
63
 
64
  except Exception as e: