Plsek commited on
Commit
12c7d48
·
1 Parent(s): bb1bb6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -149,8 +149,7 @@ if uploaded_file is not None:
149
  pred = np.rot90(pred, -j)
150
  y_pred += pred / 4
151
 
152
- if detect or bool(threshold):
153
-
154
  pred = np.where(y_pred > threshold, y_pred, 0)
155
 
156
  plot_prediction(pred)
 
149
  pred = np.rot90(pred, -j)
150
  y_pred += pred / 4
151
 
152
+ if detect or bool(threshold):
 
153
  pred = np.where(y_pred > threshold, y_pred, 0)
154
 
155
  plot_prediction(pred)