Update app.py
Browse files
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
|
| 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:
|