Spaces:
Running
Running
updated readme
Browse files
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"**
|
| 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
|