Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,4 +16,6 @@ if file_name is not None:
|
|
16 |
|
17 |
col2.header("Probabilities")
|
18 |
for p in predictions:
|
19 |
-
col2.subheader(f"{ p['label'] }: { round(p['score'] * 100, 1)}%")
|
|
|
|
|
|
16 |
|
17 |
col2.header("Probabilities")
|
18 |
for p in predictions:
|
19 |
+
col2.subheader(f"{ p['label'] }: { round(p['score'] * 100, 1)}%")
|
20 |
+
|
21 |
+
st.write([View the Model Repository](https://huggingface.co/Libidrave/CartoonOrNotv2))
|