Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Araeynn/omd
Araeynn
/
DCI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Araeynn
commited on
Mar 4, 2024
Commit
c0e7a29
·
verified
·
1 Parent(s):
30499c6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -19,7 +19,7 @@ def image_classifier(inp):
19
print(score)
20
for s in score:
21
print(s)
22
-
{"0":score, "1":1 - score}
23
return r
24
25
19
print(score)
20
for s in score:
21
print(s)
22
+
r =
{"0":score, "1":1 - score}
23
return r
24
25