Skip to content

Commit 5c4d77b

Browse files
committed
Fix: Bad indentation
1 parent 50d03ce commit 5c4d77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BabbleApp/babble_model_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ def run_model(self):
2828
# output[i] = max(min(output[i], 1), 0)
2929
## Clip values between 0 - 1
3030
output = np.clip(output, 0, 1)
31-
self.output = output
31+
self.output = output

0 commit comments

Comments
 (0)