Changing progress bars in FluxML / SciML ecosystem

I’m using Surrogates.jl and SurrogatesFlux.jl to train a neural network, and the output prints a progress bar for each training pass. I’d like to keep just the top (overall) progress bar, or none at all. Is there any way to disable them? Should I redirect stdout?