charbel-malo commited on
Commit
9694dd0
Β·
verified Β·
1 Parent(s): 5cc88ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -289,7 +289,7 @@ def process(
289
  ## ------------------------------ CONTENT CHECK ------------------------------
290
 
291
  yield "### \n βŒ› Checking contents...", *ui_before()
292
- nsfw = NSFW_DETECTOR.is_nsfw(image_sequence)
293
  if nsfw:
294
  message = "NSFW Content detected !!!"
295
  yield f"### \n πŸ”ž {message}", *ui_before()
 
289
  ## ------------------------------ CONTENT CHECK ------------------------------
290
 
291
  yield "### \n βŒ› Checking contents...", *ui_before()
292
+ nsfw = false
293
  if nsfw:
294
  message = "NSFW Content detected !!!"
295
  yield f"### \n πŸ”ž {message}", *ui_before()