Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,4 +69,4 @@ if file_name is not None:
|
|
| 69 |
print(pred)
|
| 70 |
print("Score for this catto:", min(int(pred[2] * 100 + 35), 100))
|
| 71 |
col2.header("Probabilities")
|
| 72 |
-
col2.subheader(f"{ pred[2] }: { round(pred[2] * 100, 1)}%")
|
|
|
|
| 69 |
print(pred)
|
| 70 |
print("Score for this catto:", min(int(pred[2] * 100 + 35), 100))
|
| 71 |
col2.header("Probabilities")
|
| 72 |
+
col2.subheader(f"{ pred[2] }: { round(float(pred[2]) * 100, 1)}%")
|