Spaces:
Build error
Build error
Commit
·
2fbee6c
1
Parent(s):
16c1073
added new imgs
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ def rankedAttributionsBySegm(attr, segm):
|
|
219 |
currentRank -= 1
|
220 |
return rankedSegmImg
|
221 |
|
222 |
-
labels = st.text_input('Drag one of the images from the right towards
|
223 |
'You need to put the text of the image in the textbox below first (e.g. GAS) before dragging the image.')
|
224 |
|
225 |
image = Image.open('demo_image/demo_gas.jpg') #Brand logo image (optional)
|
|
|
219 |
currentRank -= 1
|
220 |
return rankedSegmImg
|
221 |
|
222 |
+
labels = st.text_input('Drag one of the images from the right towards the box below (or you can choose your own image). '
|
223 |
'You need to put the text of the image in the textbox below first (e.g. GAS) before dragging the image.')
|
224 |
|
225 |
image = Image.open('demo_image/demo_gas.jpg') #Brand logo image (optional)
|