polejowska commited on
Commit
969f7a7
1 Parent(s): 00b292d

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -6,4 +6,4 @@ def fig2img(fig):
6
  buf = io.BytesIO()
7
  fig.savefig(buf)
8
  buf.seek(0)
9
- return Image.open(buf)
 
6
  buf = io.BytesIO()
7
  fig.savefig(buf)
8
  buf.seek(0)
9
+ return Image.open(buf)