Spaces:
Runtime error
Runtime error
ayaanzaveri
commited on
Commit
•
f899344
1
Parent(s):
131ddd2
Update app.py
Browse files
app.py
CHANGED
@@ -65,4 +65,10 @@ st.image(image, caption='DETR Image')
|
|
65 |
|
66 |
plt.show()
|
67 |
|
68 |
-
my_bar.progress(100)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
plt.show()
|
67 |
|
68 |
+
my_bar.progress(100)
|
69 |
+
|
70 |
+
st.download_button(
|
71 |
+
label="Download Image",
|
72 |
+
data="detect-bbox.jpg",
|
73 |
+
file_name='detect-bbox.jpg',
|
74 |
+
)
|