Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ st.info(
|
|
44 |
'Images for quick tesing:\n \n \n'
|
45 |
' - https://i.imgur.com/tFZwWYw.jpg'
|
46 |
'\n \n \n'
|
47 |
-
' - https://static.wikia.nocookie.net/omniversal-battlefield/images/b/bd/Council.jpg'
|
48 |
pretrained = st.selectbox('Select pre-trained', ('best.pt', 'last.pt'))
|
49 |
imgsz = st.number_input(label='Image Size', min_value=None, max_value=None, value=1280, step=1)
|
50 |
conf = st.slider(label='Confidence threshold', min_value=0.0, max_value=1.0, value=0.25, step=0.01)
|
|
|
44 |
'Images for quick tesing:\n \n \n'
|
45 |
' - https://i.imgur.com/tFZwWYw.jpg'
|
46 |
'\n \n \n'
|
47 |
+
' - https://static.wikia.nocookie.net/omniversal-battlefield/images/b/bd/Council.jpg')
|
48 |
pretrained = st.selectbox('Select pre-trained', ('best.pt', 'last.pt'))
|
49 |
imgsz = st.number_input(label='Image Size', min_value=None, max_value=None, value=1280, step=1)
|
50 |
conf = st.slider(label='Confidence threshold', min_value=0.0, max_value=1.0, value=0.25, step=0.01)
|