Spaces:
Runtime error
Runtime error
Aadhithya
commited on
Commit
•
63bd3eb
1
Parent(s):
f7dec53
Update roop/core.py
Browse files- roop/core.py +1 -1
roop/core.py
CHANGED
@@ -19,7 +19,7 @@ import tensorflow
|
|
19 |
import roop.globals
|
20 |
import roop.metadata
|
21 |
import roop.ui as ui
|
22 |
-
from roop.
|
23 |
from roop.processors.frame.core import get_frame_processors_modules
|
24 |
from roop.utilities import has_image_extension, is_image, is_video, detect_fps, create_video, extract_frames, get_temp_frame_paths, restore_audio, create_temp, move_temp, clean_temp, normalize_output_path
|
25 |
|
|
|
19 |
import roop.globals
|
20 |
import roop.metadata
|
21 |
import roop.ui as ui
|
22 |
+
from roop.predictor import predict_image, predict_video
|
23 |
from roop.processors.frame.core import get_frame_processors_modules
|
24 |
from roop.utilities import has_image_extension, is_image, is_video, detect_fps, create_video, extract_frames, get_temp_frame_paths, restore_audio, create_temp, move_temp, clean_temp, normalize_output_path
|
25 |
|