Marc-Olivier Titeux
Marc-Olivier Titeux
for our use-case (same as @DbVikas in Databricks), we do not use TL serving api, since we use tf ranking for training. What is our solution for this?
https://github.com/dangrossman/bootstrap-daterangepicker + moment.js are doing the deal for me
in marker_app.py I changed the line 110 from `with tempfile.NamedTemporaryFile(suffix=".pdf") as temp_pdf:` to `with tempfile.NamedTemporaryFile(suffix=".pdf", delete=False) as temp_pdf:` And it worked