Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
user-agent/zero-shot-image-classification
user-agent
/
testing-full-flow
like
2
Paused
App
Files
Files
Community
3
user-agent
commited on
Jun 10, 2024
Commit
07fc81e
·
verified
·
1 Parent(s):
4724a1e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -26,7 +26,7 @@ def shot(input, category):
26
"colors":{
27
"main":mainColour,
28
"sub":subColour,
29
-
"score":score
30
}
31
}
32
26
"colors":{
27
"main":mainColour,
28
"sub":subColour,
29
+
"score":
round(
score
*100,2)
30
}
31
}
32