Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def demo(client=None):

print_header("Delete networks and recognition models")
"""
And finally, we delete the network, which will delete the recognition version and recognition spec in cascade.
And finally, we delete the network, which will delete the recognition version in cascade.
"""
network.delete()

Expand Down