Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,4 +12,4 @@ if file_name is not None:
|
|
12 |
predictions = pipeline(image)
|
13 |
col2.header("Probabilities")
|
14 |
for p in predictions:
|
15 |
-
col2.subheader(f"{ p['label'] }: {round(p['score'] * 100, 1}%")
|
|
|
12 |
predictions = pipeline(image)
|
13 |
col2.header("Probabilities")
|
14 |
for p in predictions:
|
15 |
+
col2.subheader(f"{ p['label'] }: {round(p['score'] * 100, 1)}%")
|