We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd088d1 commit e6b1f16Copy full SHA for e6b1f16
examples/classify_image/derive_tags.py
@@ -19,4 +19,3 @@
19
tags = get_tags(package=package)
20
21
# Most similar OS found to be %s debian:7.11
22
-
examples/classify_image/estimate_os.py
@@ -12,5 +12,3 @@
12
13
# We can also get the whole list and values
14
os_similarity = estimate_os(package=package,return_top=False)
15
16
0 commit comments