analist commited on
Commit
e3b246d
1 Parent(s): 6dd0277

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -29,4 +29,5 @@ inputs = ImageLoader.load_image(image)
29
  preds = model(inputs)
30
 
31
  st.subheader('New image')
32
- st.image(preds, cpation=f'Upscaled {choice} times image')
 
 
29
  preds = model(inputs)
30
 
31
  st.subheader('New image')
32
+ st.image(preds, cpation=f'Upscaled {choice} times image')
33
+ st.download_button('Download', preds)