Spaces:
Paused
Paused
Commit
·
400985d
1
Parent(s):
1c2d1a4
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,6 @@ from tqdm import tqdm
|
|
| 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
|
|
|
|
| 18 |
import concurrent.futures
|
| 19 |
from moviepy.editor import VideoFileClip
|
| 20 |
|
|
|
|
| 21 |
from face_swapper import Inswapper, paste_to_whole
|
| 22 |
from face_analyser import detect_conditions, get_analysed_data, swap_options_list
|
| 23 |
from face_parsing import init_parsing_model, get_parsed_mask, mask_regions, mask_regions_to_list
|