Plsek commited on
Commit
52a21f9
·
1 Parent(s): bcc9b96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ if uploaded_file is not None:
219
  plot_decomposed(image_decomposed)
220
 
221
  with col6:
222
- shutil.make_archive("predictions.zip", 'zip', "predictions")
223
  with open('predictions.zip', 'rb') as f:
224
  res = f.read()
225
  st.markdown("""<style>[data-baseweb="select"] {margin-top: 16px;}</style>""", unsafe_allow_html=True)
 
219
  plot_decomposed(image_decomposed)
220
 
221
  with col6:
222
+ shutil.make_archive("predictions", 'zip', "predictions")
223
  with open('predictions.zip', 'rb') as f:
224
  res = f.read()
225
  st.markdown("""<style>[data-baseweb="select"] {margin-top: 16px;}</style>""", unsafe_allow_html=True)