Spaces:
Runtime error
Runtime error
Commit ·
3398cf4
1
Parent(s): 43f7645
remove hist range
Browse files
app.py
CHANGED
|
@@ -253,8 +253,7 @@ def inference(x, count_only_api, api_key, img_size=192, seq_len=64, stride_lengt
|
|
| 253 |
template="plotly_dark",
|
| 254 |
marginal="box",
|
| 255 |
histnorm='percent',
|
| 256 |
-
title="Distribution of jumping speed (jumps-per-second)"
|
| 257 |
-
range_x=[np.min(jumps_per_second[jumps_per_second > 0]) - 0.5, np.max(jumps_per_second) + 0.5])
|
| 258 |
|
| 259 |
# make a bar plot of the event type distribution
|
| 260 |
|
|
|
|
| 253 |
template="plotly_dark",
|
| 254 |
marginal="box",
|
| 255 |
histnorm='percent',
|
| 256 |
+
title="Distribution of jumping speed (jumps-per-second)")
|
|
|
|
| 257 |
|
| 258 |
# make a bar plot of the event type distribution
|
| 259 |
|