Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
|
|
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))"""
|