Skip to content

Commit 069261c

Browse files
author
gireg.roussel
committed
fix imports
1 parent 646e9a9 commit 069261c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

edge_streamlit/app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
import streamlit as st
88
from PIL import Image
99

10-
from prediction_boxes import (filtering_items_that_have_predictions,
11-
plot_predictions)
10+
from prediction_boxes import camera_id_been_pinged
1211

1312
# Page configuration
1413
st.set_page_config(page_title="VIO-edge", page_icon="🔦", layout="wide")

0 commit comments

Comments
 (0)