File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
# Dependencies
43
43
# ------------
44
44
#
45
- # Install the required dependenices by running the following command:
45
+ # Install the required dependencies by running the following command:
46
46
#
47
47
# ::
48
48
#
53
53
# Simple Web Server
54
54
# -----------------
55
55
#
56
- # Following is a simple webserver, taken from Flask's documentaion
56
+ # Following is a simple webserver, taken from Flask's documentation
57
57
58
58
59
59
from flask import Flask
@@ -335,7 +335,7 @@ def get_prediction(image_bytes):
335
335
# Next steps
336
336
# --------------
337
337
#
338
- # The server we wrote is quite trivial and and may not do everything
338
+ # The server we wrote is quite trivial and may not do everything
339
339
# you need for your production application. So, here are some things you
340
340
# can do to make it better:
341
341
#
You can’t perform that action at this time.
0 commit comments