mlflow_cors Enables cross-origin requests to the MLFlow server. Quickstart: Run pip install mlflow_cors. Add the --app-name mlflow_cors flag when running the mlflow server command. Ex: mlflow server --host 127.0.0.1 --port 8787 --app-name mlflow_cors