add delete

This commit is contained in:
Sheri Gilley
2018-10-16 16:54:08 -05:00
parent 54c883412c
commit 53199d17de

View File

@@ -164,8 +164,9 @@ prediction = service.run(input_data = test_samples)
print(prediction)
# </test-service>
# <delete-service>
service.delete()
# </delete-service>