Owos commited on
Commit
32cd696
·
1 Parent(s): 4758b18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ if uploaded_file is not None:
57
  #display image when done.
58
  with col2:
59
  result = Image.open('out.png')
60
- st.image(result, width=300)
61
  buf = BytesIO()
62
  result.save(buf, format="JPEG")
63
  byte_im = buf.getvalue()
 
57
  #display image when done.
58
  with col2:
59
  result = Image.open('out.png')
60
+ st.image(result, width=500)
61
  buf = BytesIO()
62
  result.save(buf, format="JPEG")
63
  byte_im = buf.getvalue()