kaveh commited on
Commit
616ed9b
·
1 Parent(s): af6e19c

updated readme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ run = st.button("Run prediction", type="primary")
136
  has_image = img is not None
137
 
138
  if run and checkpoint and has_image:
139
- st.markdown(f"**Loading checkpoint:** `{checkpoint}`")
140
  with st.spinner("Loading model and predicting..."):
141
  try:
142
  from predictor import S2FPredictor
 
136
  has_image = img is not None
137
 
138
  if run and checkpoint and has_image:
139
+ st.markdown(f"**Using checkpoint:** `{checkpoint}`")
140
  with st.spinner("Loading model and predicting..."):
141
  try:
142
  from predictor import S2FPredictor