reorder imports

This commit is contained in:
Somdev Sangwan 2023-05-31 19:33:19 +05:30 committed by GitHub
parent 80da02775a
commit bdfd239231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
run.py
View File

@ -4,7 +4,6 @@ import platform
import sys
import time
import shutil
import core.globals
import glob
import argparse
import multiprocessing as mp
@ -15,6 +14,7 @@ import tkinter as tk
from tkinter import filedialog
from opennsfw2 import predict_image as face_check
from tkinter.filedialog import asksaveasfilename
import core.globals
from core.processor import process_video, process_img
from core.utils import is_img, detect_fps, set_fps, create_video, add_audio, extract_frames, rreplace
from core.config import get_face