Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ def plot_boxes_on_img(color_map, classes, bboxes, image_origi, origi_shape):
|
|
| 83 |
# Webpage code starts here
|
| 84 |
|
| 85 |
st.title('Banana ripeness detection 🍌')
|
| 86 |
-
st.text('made by
|
| 87 |
st.markdown('## Find out if a banana is too ripe!')
|
| 88 |
|
| 89 |
with st.spinner('Model is being loaded...'):
|
|
|
|
| 83 |
# Webpage code starts here
|
| 84 |
|
| 85 |
st.title('Banana ripeness detection 🍌')
|
| 86 |
+
st.text('made by Luzie') #TODO change with your name
|
| 87 |
st.markdown('## Find out if a banana is too ripe!')
|
| 88 |
|
| 89 |
with st.spinner('Model is being loaded...'):
|