mayrajeo commited on
Commit
31848b9
1 Parent(s): 2e308e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=0.6)
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)