We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bd9b65 + 5c4d77b commit 9b48cebCopy full SHA for 9b48ceb
BabbleApp/babble_model_loader.py
@@ -28,4 +28,4 @@ def run_model(self):
28
# output[i] = max(min(output[i], 1), 0)
29
## Clip values between 0 - 1
30
output = np.clip(output, 0, 1)
31
- self.output = output
+ self.output = output
0 commit comments