Libidrave commited on
Commit
ae7ef0a
·
verified ·
1 Parent(s): 907a0a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ if file_name is not None:
18
  for p in predictions:
19
  col2.subheader(f"{ p['label'] }: { round(p['score'] * 100, 1)}%")
20
 
21
- """[View the Model Repository](https://huggingface.co/Libidrave/CartoonOrNotv2))"""
 
18
  for p in predictions:
19
  col2.subheader(f"{ p['label'] }: { round(p['score'] * 100, 1)}%")
20
 
21
+ """[View the Model Repository](https://github.com/Libidrave/CartoonOrNot/blob/main/TrainingModel.ipynb)"""