Spaces:
Runtime error
Runtime error
Commit
·
5885827
1
Parent(s):
dc23fc1
Upload app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ if img_file_buffer is not None:
|
|
62 |
else:
|
63 |
pil_image = Image.open(const.DEFAULT_IMAGE)
|
64 |
|
65 |
-
st.text(f"Input image width and height: {pil_image.width} x {pil_image.
|
66 |
start_time = time.time()
|
67 |
results = model(pil_image, size=img_size)
|
68 |
end_time = time.time()
|
|
|
62 |
else:
|
63 |
pil_image = Image.open(const.DEFAULT_IMAGE)
|
64 |
|
65 |
+
st.text(f"Input image width and height: {pil_image.width} x {pil_image.height}")
|
66 |
start_time = time.time()
|
67 |
results = model(pil_image, size=img_size)
|
68 |
end_time = time.time()
|