Circularmachines commited on
Commit
c7366c0
·
1 Parent(s): 50592f2
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,8 +43,8 @@ if "img" not in st.session_state:
43
  if "draw" not in st.session_state:
44
  st.session_state["draw"] = True
45
 
46
- #if "model" not in st.session_state:
47
- # st.session_state["model"] = tuple(pred_dict.keys())[0]
48
 
49
 
50
  def patch(ij):
 
43
  if "draw" not in st.session_state:
44
  st.session_state["draw"] = True
45
 
46
+ if "model" not in st.session_state:
47
+ st.session_state["model"] = tuple(pred_dict.keys())[0]
48
 
49
 
50
  def patch(ij):