spuun commited on
Commit
19c4f43
1 Parent(s): 688fe94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def launch(img):
54
  case "safe":
55
  weight -= 1
56
  case "r15":
57
- weight += 1
58
  case "r18":
59
  weight += 2
60
 
 
54
  case "safe":
55
  weight -= 1
56
  case "r15":
57
+ weight += 2
58
  case "r18":
59
  weight += 2
60