Commit ·
57c7b88
1
Parent(s): eb9115f
fix logits
Browse files
app.py
CHANGED
|
@@ -283,7 +283,7 @@ def inference(x, count_only_api, api_key, img_size=192, seq_len=64, stride_lengt
|
|
| 283 |
|
| 284 |
# make a bar plot of the event type distribution
|
| 285 |
|
| 286 |
-
bar = px.bar(x=['single rope speed', 'double dutch', 'double unders', 'single
|
| 287 |
y=event_type_probs,
|
| 288 |
template="plotly_dark",
|
| 289 |
title="Event Type Distribution",
|
|
|
|
| 283 |
|
| 284 |
# make a bar plot of the event type distribution
|
| 285 |
|
| 286 |
+
bar = px.bar(x=['single rope speed', 'double dutch', 'double unders', 'single bounces', 'double bounces', 'triple unders'],
|
| 287 |
y=event_type_probs,
|
| 288 |
template="plotly_dark",
|
| 289 |
title="Event Type Distribution",
|