Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ from tqdm import tqdm
|
|
| 18 |
import concurrent.futures
|
| 19 |
from moviepy.editor import VideoFileClip
|
| 20 |
|
| 21 |
-
|
| 22 |
from face_swapper import Inswapper, paste_to_whole
|
| 23 |
from face_analyser import detect_conditions, get_analysed_data, swap_options_list
|
| 24 |
from face_parsing import init_parsing_model, get_parsed_mask, mask_regions, mask_regions_to_list
|
|
|
|
| 18 |
import concurrent.futures
|
| 19 |
from moviepy.editor import VideoFileClip
|
| 20 |
|
| 21 |
+
from nsfw_checker import NSFWChecker
|
| 22 |
from face_swapper import Inswapper, paste_to_whole
|
| 23 |
from face_analyser import detect_conditions, get_analysed_data, swap_options_list
|
| 24 |
from face_parsing import init_parsing_model, get_parsed_mask, mask_regions, mask_regions_to_list
|