spuun commited on
Commit
465fe88
1 Parent(s): 74249eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,7 +52,7 @@ def launch(img):
52
 
53
  match tm_output:
54
  case "safe":
55
- weight -= 2
56
  case "r15":
57
  weight += 1
58
  case "r18":
@@ -62,7 +62,7 @@ def launch(img):
62
 
63
  match tf_output:
64
  case "safe":
65
- weight -= 2
66
  case "suggestive":
67
  weight += 1
68
  case "r18":
 
52
 
53
  match tm_output:
54
  case "safe":
55
+ weight -= 1
56
  case "r15":
57
  weight += 1
58
  case "r18":
 
62
 
63
  match tf_output:
64
  case "safe":
65
+ weight -= 1
66
  case "suggestive":
67
  weight += 1
68
  case "r18":