gchhablani commited on
Commit
e83fe9d
1 Parent(s): 3d09c0a

Change init example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ if state.model is None:
91
  with st.spinner("Loading model..."):
92
  state.model = load_model(checkpoints[0])
93
 
94
- first_index = 30
95
  # Init Session State
96
  if state.image_file is None:
97
  state.image_file = dummy_data.loc[first_index, "image_file"]
 
91
  with st.spinner("Loading model..."):
92
  state.model = load_model(checkpoints[0])
93
 
94
+ first_index = 21
95
  # Init Session State
96
  if state.image_file is None:
97
  state.image_file = dummy_data.loc[first_index, "image_file"]