Rikorose / DeepFilterNet

Noise supression using deep filtering
https://huggingface.co/spaces/hshr/DeepFilterNet2
Other
2.15k stars 198 forks source link

How to silence the logging in Python? #526

Open Mikkolehtimaki opened 3 months ago

Mikkolehtimaki commented 3 months ago

Cannot seem to find a way to do this. The init_df accepts a logging level argument, but it doesn't seem to prevent logging if I set my loggers to a higher level. Would be great to see an example how this works.

Rikorose commented 2 months ago

Have you tried setting it to "ERROR"? this should silence it