Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -88,8 +88,9 @@ if user_image_object is not None:
|
|
88 |
|
89 |
'''Show some demos: '''
|
90 |
|
91 |
-
|
92 |
-
|
|
|
93 |
|
94 |
|
95 |
|
|
|
88 |
|
89 |
'''Show some demos: '''
|
90 |
|
91 |
+
if len(img_array) > 7:
|
92 |
+
for ii in [1, 4, 7]:
|
93 |
+
st.image( img_array[ii] )
|
94 |
|
95 |
|
96 |
|