Libidrave commited on
Commit
6ed49b0
·
verified ·
1 Parent(s): 049f364

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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))