Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,6 +100,6 @@ if file_name is not None:
|
|
| 100 |
else:
|
| 101 |
col2.header("Probabilities")
|
| 102 |
if crop:
|
| 103 |
-
st.button("re-
|
| 104 |
for idx,p in enumerate(predictions):
|
| 105 |
col2.text(f"{ models[idx] }: { round(p * 100, 2)}%")
|
|
|
|
| 100 |
else:
|
| 101 |
col2.header("Probabilities")
|
| 102 |
if crop:
|
| 103 |
+
st.button("re-crop")
|
| 104 |
for idx,p in enumerate(predictions):
|
| 105 |
col2.text(f"{ models[idx] }: { round(p * 100, 2)}%")
|