Commit
·
2c9e18b
1
Parent(s):
f847c42
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ with st.form("model_form"):
|
|
| 31 |
overlay_show_labels=show_labels,
|
| 32 |
overlay_show_probabilities=show_probabilities,
|
| 33 |
overlay_font_scale=3,
|
| 34 |
-
overlay_line_width=6
|
| 35 |
image_backend='pil'
|
| 36 |
)
|
| 37 |
if model.output_postprocess_type=='PoseDetection':
|
|
|
|
| 31 |
overlay_show_labels=show_labels,
|
| 32 |
overlay_show_probabilities=show_probabilities,
|
| 33 |
overlay_font_scale=3,
|
| 34 |
+
overlay_line_width=6,
|
| 35 |
image_backend='pil'
|
| 36 |
)
|
| 37 |
if model.output_postprocess_type=='PoseDetection':
|