fixed waifu2x-caffe pathlib not found

This commit is contained in:
K4YT3X 2020-06-13 06:47:03 -04:00
parent a0745e2196
commit fae08dfb11

View File

@ -13,6 +13,7 @@ for waifu2x-caffe.
# built-in imports
import argparse
import os
import pathlib
import shlex
import subprocess
import threading