Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ def main():
|
|
112 |
)
|
113 |
|
114 |
# Display confidence bar
|
115 |
-
st.progress(top_confidence / 100)
|
116 |
|
117 |
# Display top 5 predictions
|
118 |
st.markdown("### 5 Dự đoán hàng đầu")
|
|
|
112 |
)
|
113 |
|
114 |
# Display confidence bar
|
115 |
+
st.progress(float(top_confidence) / 100)
|
116 |
|
117 |
# Display top 5 predictions
|
118 |
st.markdown("### 5 Dự đoán hàng đầu")
|