yasserrmd commited on
Commit
8d37ec0
·
verified ·
1 Parent(s): 7ca8bcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -24,6 +24,7 @@ NSFW_THRESHOLD = 0.5
24
  def generate_sketch(prompt, num_inference_steps, guidance_scale):
25
  # Classify the text for NSFW content
26
  text_classification = text_classifier(prompt)
 
27
 
28
  # Check the classification results
29
  for result in text_classification:
 
24
  def generate_sketch(prompt, num_inference_steps, guidance_scale):
25
  # Classify the text for NSFW content
26
  text_classification = text_classifier(prompt)
27
+ print(image_classification)
28
 
29
  # Check the classification results
30
  for result in text_classification: