Circularmachines commited on
Commit
5dac5b3
·
1 Parent(s): 8d6b24b

app.py updates

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ col1, col2 = st.columns(2)
59
 
60
  with col1:
61
 
62
- current_image=ds[st.session_state["img"]]['image'].resize(288,288)
63
  draw = ImageDraw.Draw(current_image)
64
 
65
  if st.session_state["draw"]:
 
59
 
60
  with col1:
61
 
62
+ current_image=ds[st.session_state["img"]]['image'].resize(size=(288,288))
63
  draw = ImageDraw.Draw(current_image)
64
 
65
  if st.session_state["draw"]: