Plsek commited on
Commit
3fd3c20
·
1 Parent(s): 48b10cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ if uploaded_file is not None:
198
  except: image_decomposed = np.zeros((128,128))
199
  plot_decomposed(image_decomposed)
200
 
201
- shutil.make_archive("predictions.zip", 'zip', "predictions")
202
 
203
  with col6:
204
  with open('predictions.zip', 'rb') as f:
 
198
  except: image_decomposed = np.zeros((128,128))
199
  plot_decomposed(image_decomposed)
200
 
201
+ shutil.make_archive("predictions", 'zip', "predictions")
202
 
203
  with col6:
204
  with open('predictions.zip', 'rb') as f: