Fix: Added missing rreplace
import from core.utils.
An import for `rreplace` was missing from core.utils in the run.py file which made the program crash. It has been fixed and added.
This commit is contained in:
parent
7e68260f71
commit
ccd63b1dce
2
run.py
2
run.py
@ -15,7 +15,7 @@ import tkinter as tk
|
||||
from tkinter import filedialog
|
||||
from tkinter.filedialog import asksaveasfilename
|
||||
from core.processor import process_video, process_img
|
||||
from core.utils import is_img, detect_fps, set_fps, create_video, add_audio, extract_frames
|
||||
from core.utils import is_img, detect_fps, set_fps, create_video, add_audio, extract_frames, rreplace
|
||||
from core.config import get_face
|
||||
import webbrowser
|
||||
import psutil
|
||||
|
Loading…
Reference in New Issue
Block a user