deepkyu's picture
Reinitialize demo with published github repository. With Gradio 4.x
16c8067
raw history blame
No virus
119 Bytes
FFMPEG_LOGGING_MODE = {
'DEBUG': "",
'INFO': "-v quiet -stats",
'ERROR': "-hide_banner -loglevel error",
}