Commit
·
c7366c0
1
Parent(s):
50592f2
updates
Browse files
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 |
-
|
47 |
-
|
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):
|