Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def inference(
|
|
34 |
visual_result = visualize_object_predictions(image=np.array(img),
|
35 |
object_prediction_list=res.object_prediction_list,
|
36 |
text_size=0.4,
|
37 |
-
rect_th=
|
38 |
fig = px.imshow(visual_result['image'])
|
39 |
fig.update_layout(showlegend=False, hovermode=False)
|
40 |
fig.update_xaxes(visible=False)
|
|
|
34 |
visual_result = visualize_object_predictions(image=np.array(img),
|
35 |
object_prediction_list=res.object_prediction_list,
|
36 |
text_size=0.4,
|
37 |
+
rect_th=1)
|
38 |
fig = px.imshow(visual_result['image'])
|
39 |
fig.update_layout(showlegend=False, hovermode=False)
|
40 |
fig.update_xaxes(visible=False)
|